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 5351aba commit cf7e03aCopy full SHA for cf7e03a
tsconfig.json
@@ -16,7 +16,10 @@
16
"importHelpers": true,
17
"skipLibCheck": true,
18
"esModuleInterop": true,
19
- "useDefineForClassFields": false
+ "useDefineForClassFields": false,
20
+ "paths": {
21
+ "node-fetch/externals": ["./node_modules/@types/node-fetch/externals.d.ts"]
22
+ }
23
// enable this in the future
24
// "declarationMap": true
25
},
0 commit comments