Files
pnpm/__utils__/assert-project/tsconfig.json
2024-07-27 14:46:23 +02:00

29 lines
458 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../lockfile/types"
},
{
"path": "../../packages/constants"
},
{
"path": "../../packages/types"
},
{
"path": "../../pkg-manager/modules-yaml"
},
{
"path": "../assert-store"
}
]
}