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 d483aa8 commit 87ffc89Copy full SHA for 87ffc89
tsconfig-prod.json
@@ -1,9 +1,8 @@
1
{
2
"compilerOptions": {
3
"lib": ["es2022"],
4
- "moduleResolution": "Node",
5
- "module": "Commonjs",
6
- "esModuleInterop": true,
+ "moduleResolution": "Bundler",
+ "module": "ESNext",
7
"allowJs": true,
8
"checkJs": true,
9
"noEmit": false,
tsconfig.json
"noEmit": true,
0 commit comments