mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
23 lines
372 B
JSON
23 lines
372 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../pkg-manager/client"
|
|
},
|
|
{
|
|
"path": "../../store/package-store"
|
|
},
|
|
{
|
|
"path": "../../store/store-controller-types"
|
|
}
|
|
]
|
|
}
|