{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../typings/**/*.d.ts" ], "references": [ { "path": "../dependencies-hierarchy" }, { "path": "../matcher" }, { "path": "../read-package-json" }, { "path": "../read-project-manifest" }, { "path": "../types" } ] }