{ "extends": "@pnpm/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" }, "include": [ "src/**/*.ts", "../../__typings__/**/*.d.ts" ], "references": [ { "path": "../../__utils__/prepare" }, { "path": "../../cli/cli-utils" }, { "path": "../../exec/run-npm" }, { "path": "../../object/key-sorting" }, { "path": "../../object/property-path" }, { "path": "../../packages/constants" }, { "path": "../../packages/error" }, { "path": "../../packages/logger" }, { "path": "../../packages/naming-cases" }, { "path": "../../workspace/manifest-writer" }, { "path": "../config" } ] }