Files
pnpm/network/fetch/tsconfig.json
Nacho Aldama 7733f3a943 feat: support scoped client certificates (#7626)
close #7427

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-02-14 12:11:12 +01:00

24 lines
371 B
JSON

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