Files
pnpm/fetching/pick-fetcher/tsconfig.json

21 lines
324 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": [
{
"path": "../../resolving/resolver-base"
},
{
"path": "../fetcher-base"
}
],
"composite": true
}