Files
pnpm/worker/tsconfig.json
2026-04-01 19:05:28 +02:00

50 lines
780 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../building/pkg-requires-build"
},
{
"path": "../core/error"
},
{
"path": "../core/logger"
},
{
"path": "../core/types"
},
{
"path": "../crypto/integrity"
},
{
"path": "../fs/graceful-fs"
},
{
"path": "../fs/hard-link-dir"
},
{
"path": "../fs/symlink-dependency"
},
{
"path": "../store/cafs"
},
{
"path": "../store/cafs-types"
},
{
"path": "../store/create-cafs-store"
},
{
"path": "../store/index"
}
]
}