Files
pnpm/packages/node.fetcher/tsconfig.json
Dominic Elm 32915f0e43 feat: extend cafs object (#5186)
* feat: extend cafs object

* fixup: fix test

* fixup: fix name

* fixup: add changeset
2022-08-10 12:05:02 +03:00

38 lines
570 B
JSON

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