Files
pnpm/store/server/tsconfig.json
2025-11-06 01:01:06 +01:00

41 lines
652 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../fs/v8-file"
},
{
"path": "../../network/fetch"
},
{
"path": "../../packages/logger"
},
{
"path": "../../packages/types"
},
{
"path": "../../pkg-manager/client"
},
{
"path": "../../pkg-manager/package-requester"
},
{
"path": "../cafs"
},
{
"path": "../package-store"
},
{
"path": "../store-controller-types"
}
]
}