Files
pnpm/reviewing/outdated/tsconfig.json
2023-12-23 01:28:24 +01:00

54 lines
963 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../config/matcher"
},
{
"path": "../../config/pick-registry-for-package"
},
{
"path": "../../hooks/read-package-hook"
},
{
"path": "../../lockfile/lockfile-file"
},
{
"path": "../../lockfile/lockfile-utils"
},
{
"path": "../../packages/constants"
},
{
"path": "../../packages/dependency-path"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/types"
},
{
"path": "../../pkg-manager/client"
},
{
"path": "../../pkg-manager/modules-yaml"
},
{
"path": "../../pkg-manifest/manifest-utils"
},
{
"path": "../../resolving/npm-resolver"
}
],
"composite": true
}