Files
pnpm/env/node.fetcher/tsconfig.json
2023-08-14 16:27:01 +03:00

39 lines
666 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../__utils__/prepare"
},
{
"path": "../../fetching/fetcher-base"
},
{
"path": "../../fetching/pick-fetcher"
},
{
"path": "../../fetching/tarball-fetcher"
},
{
"path": "../../network/fetching-types"
},
{
"path": "../../packages/error"
},
{
"path": "../../store/cafs-types"
},
{
"path": "../../store/create-cafs-store"
}
],
"composite": true
}