Skip to content

Commit 4704652

Browse files
committed
switch back to esnext modules
1 parent f111051 commit 4704652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"allowSyntheticDefaultImports": true,
44
"esModuleInterop": true,
5-
"moduleResolution": "nodenext",
5+
"moduleResolution": "Bundler",
66
"noUnusedLocals": false,
77
"noUnusedParameters": false,
88
"allowUnusedLabels": true,
@@ -11,7 +11,7 @@
1111
"jsx": "preserve",
1212
"strict": true,
1313
"removeComments": false,
14-
"module": "nodenext",
14+
"module": "ESNext",
1515
"target": "ESNext",
1616
"allowJs": true,
1717
"checkJs": false,

0 commit comments

Comments
 (0)