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 aa4b4b6 commit faa3b58Copy full SHA for faa3b58
tsconfig.esm.json
@@ -1,7 +1,7 @@
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
- "target": "esnext",
5
- "module": "esnext"
+ "target": "es6",
+ "module": "es6"
6
}
7
0 commit comments