Files
pnpm/crypto/shasums-file/tsconfig.json
2025-07-19 15:11:40 +02:00

23 lines
344 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../network/fetching-types"
},
{
"path": "../../packages/error"
},
{
"path": "../hash"
}
]
}