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 9e4df79 commit 5fb9e68Copy full SHA for 5fb9e68
tsconfig.es5.json
@@ -1,8 +1,8 @@
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
- "target": "es5",
5
- "module": "es2015",
+ "target": "ES5",
+ "module": "ES2015",
6
"outDir": "lib/es5"
7
}
8
tsconfig.json
@@ -1,7 +1,7 @@
- "target": "ESNext",
- "module": "ESNext",
+ "target": "ES2015",
"moduleResolution": "node",
"rootDir": "./src",
"outDir": "./lib",
0 commit comments