Files
pnpm/lockfile/walker/tsconfig.json
2024-07-28 01:42:38 +02:00

23 lines
347 B
JSON

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