Files
pnpm/dedupe/check/tsconfig.json
2024-07-27 14:46:23 +02:00

26 lines
387 B
JSON

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