Skip to content

Commit e4467ce

Browse files
committed
fix(ts): types for node modules
1 parent 0932e72 commit e4467ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"noImplicitAny": true,
1515
"suppressImplicitAnyIndexErrors": true,
1616
"noUnusedLocals": true,
17-
"allowSyntheticDefaultImports": true
17+
"allowSyntheticDefaultImports": true,
18+
"moduleResolution": "Node"
1819
},
1920
"include": [
2021
"lib/**/*"

0 commit comments

Comments
 (0)