Files
pnpm/packages/mount-modules/tsconfig.json

36 lines
570 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": "../../store/cafs"
},
{
"path": "../../store/store-path"
},
{
"path": "../dependency-path"
},
{
"path": "../types"
}
],
"composite": true
}