Skip to content

Commit 5351aba

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tsconfig-with-tests.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
22
"extends": "./tsconfig.json",
3-
"exclude": []
3+
"exclude": [],
4+
"compilerOptions": {
5+
"paths": {
6+
"node-fetch/externals": ["./node_modules/@types/node-fetch/externals.d.ts"]
7+
}
8+
}
49
}

0 commit comments

Comments
 (0)