Files
pnpm/hooks/pnpmfile/tsconfig.json

44 lines
722 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/test-fixtures"
},
{
"path": "../../crypto/hash"
},
{
"path": "../../fetching/fetcher-base"
},
{
"path": "../../lockfile/types"
},
{
"path": "../../packages/core-loggers"
},
{
"path": "../../packages/error"
},
{
"path": "../../packages/logger"
},
{
"path": "../../packages/types"
},
{
"path": "../../store/store-controller-types"
},
{
"path": "../types"
}
]
}