Files
pnpm/.meta-updater/tsconfig.json
2025-08-25 10:02:00 +02:00

33 lines
519 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"module": "nodenext"
},
"include": [
"src/**/*.ts",
"../typings/**/*.d.ts"
],
"references": [
{
"path": "../config/parse-overrides"
},
{
"path": "../lockfile/fs"
},
{
"path": "../object/key-sorting"
},
{
"path": "../packages/logger"
},
{
"path": "../packages/types"
},
{
"path": "../workspace/read-manifest"
}
]
}