We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb26a1 commit 5351abaCopy full SHA for 5351aba
tsconfig-with-tests.json
@@ -1,4 +1,9 @@
1
{
2
"extends": "./tsconfig.json",
3
- "exclude": []
+ "exclude": [],
4
+ "compilerOptions": {
5
+ "paths": {
6
+ "node-fetch/externals": ["./node_modules/@types/node-fetch/externals.d.ts"]
7
+ }
8
9
}
0 commit comments