Files
pnpm/lockfile/pruner/tsconfig.json
2024-07-28 01:48:23 +02:00

26 lines
401 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../packages/constants"
},
{
"path": "../../packages/dependency-path"
},
{
"path": "../../packages/types"
},
{
"path": "../types"
}
]
}