Skip to content

Commit cf7e03a

Browse files
committed
chore: adjust tsconfig
1 parent 5351aba commit cf7e03a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"importHelpers": true,
1717
"skipLibCheck": true,
1818
"esModuleInterop": true,
19-
"useDefineForClassFields": false
19+
"useDefineForClassFields": false,
20+
"paths": {
21+
"node-fetch/externals": ["./node_modules/@types/node-fetch/externals.d.ts"]
22+
}
2023
// enable this in the future
2124
// "declarationMap": true
2225
},

0 commit comments

Comments
 (0)