Files
pnpm/exec/build-modules/tsconfig.json
2024-08-01 15:05:15 +02:00

50 lines
850 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../deps/graph-sequencer"
},
{
"path": "../../fs/hard-link-dir"
},
{
"path": "../../packages/calc-dep-state"
},
{
"path": "../../packages/core-loggers"
},
{
"path": "../../packages/types"
},
{
"path": "../../patching/apply-patch"
},
{
"path": "../../patching/types"
},
{
"path": "../../pkg-manager/link-bins"
},
{
"path": "../../pkg-manifest/read-package-json"
},
{
"path": "../../store/store-controller-types"
},
{
"path": "../../worker"
},
{
"path": "../lifecycle"
}
]
}