Files
pnpm/env/node.resolver/tsconfig.json

23 lines
351 B
JSON

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