Skip to content

Commit efdc327

Browse files
authored
Change moduleResolution to 'nodenext'
I think this is what we need to fix express-rate-limit/express-rate-limit#635
1 parent 1707319 commit efdc327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"noImplicitReturns": true,
77
"noFallthroughCasesInSwitch": true,
88
"esModuleInterop": true,
9-
"moduleResolution": "node"
9+
"moduleResolution": "nodenext"
1010
}
1111
}

0 commit comments

Comments
 (0)