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 965b9e2 commit bf49864Copy full SHA for bf49864
tsconfig.json
@@ -10,8 +10,8 @@
10
"outDir": "dist",
11
"sourceMap": false,
12
"noEmit": true,
13
- "target": "esnext",
14
- "module": "esnext",
+ "target": "ES2019",
+ "module": "ESNext",
15
"moduleResolution": "node",
16
"allowJs": true,
17
"noUnusedLocals": true,
@@ -27,7 +27,7 @@
27
"removeComments": false,
28
"jsx": "preserve",
29
"lib": [
30
- "esnext",
+ "ES2019",
31
"dom"
32
],
33
"typeRoots": [
0 commit comments