Files
pnpm/modules-mounter/daemon/tsconfig.json
2025-11-06 01:01:06 +01:00

44 lines
704 B
JSON

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