Files
pnpm/lockfile/verification/tsconfig.json

50 lines
824 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/prepare"
},
{
"path": "../../catalogs/types"
},
{
"path": "../../crypto/hash"
},
{
"path": "../../packages/constants"
},
{
"path": "../../packages/dependency-path"
},
{
"path": "../../packages/logger"
},
{
"path": "../../packages/types"
},
{
"path": "../../pkg-manager/get-context"
},
{
"path": "../../pkg-manifest/read-package-json"
},
{
"path": "../../resolving/resolver-base"
},
{
"path": "../types"
},
{
"path": "../utils"
}
]
}