We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bb8f2 commit 0df24b5Copy full SHA for 0df24b5
tsconfig.json
@@ -1,8 +1,8 @@
1
{
2
"compilerOptions": {
3
- "target": "ESNext",
4
- "module": "ESNext",
5
- "moduleResolution": "Bundler",
+ "target": "ES2020",
+ "module": "commonjs",
+ "moduleResolution": "node",
6
"esModuleInterop": true,
7
"skipLibCheck": true,
8
"forceConsistentCasingInFileNames": true,
0 commit comments