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 2e556e9 commit bba6a5dCopy full SHA for bba6a5d
example/tsconfig.json
@@ -7,7 +7,7 @@
7
"strict": true,
8
"noEmit": true,
9
"esModuleInterop": true,
10
- "module": "esnext",
+ "module": "preserve",
11
"moduleResolution": "bundler",
12
"resolveJsonModule": true,
13
"isolatedModules": true,
tsconfig.json
@@ -10,7 +10,7 @@
"forceConsistentCasingInFileNames": true,
14
15
16
0 commit comments