We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1fdda9 + 4524593 commit de798b7Copy full SHA for de798b7
1 file changed
tsconfig-es.json
@@ -1,8 +1,8 @@
1
{
2
"extends": "./tsconfig-base.json",
3
"compilerOptions": {
4
- "module": "ESNext",
5
- "target": "esnext",
+ "module": "es6",
+ "target": "es6",
6
"lib": ["dom", "esnext"],
7
"outDir": "lib/es"
8
},
0 commit comments