We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f111051 commit 4704652Copy full SHA for 4704652
website/tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"allowSyntheticDefaultImports": true,
4
"esModuleInterop": true,
5
- "moduleResolution": "nodenext",
+ "moduleResolution": "Bundler",
6
"noUnusedLocals": false,
7
"noUnusedParameters": false,
8
"allowUnusedLabels": true,
@@ -11,7 +11,7 @@
11
"jsx": "preserve",
12
"strict": true,
13
"removeComments": false,
14
- "module": "nodenext",
+ "module": "ESNext",
15
"target": "ESNext",
16
"allowJs": true,
17
"checkJs": false,
0 commit comments