Files
pnpm/modules-mounter/daemon/tsconfig.json
2023-05-14 17:26:00 +03:00

36 lines
594 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../config/config"
},
{
"path": "../../lockfile/lockfile-file"
},
{
"path": "../../lockfile/lockfile-utils"
},
{
"path": "../../packages/dependency-path"
},
{
"path": "../../packages/types"
},
{
"path": "../../store/cafs"
},
{
"path": "../../store/store-path"
}
],
"composite": true
}