Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit b088097

Browse files
committed
change target to es5, closes #51
1 parent 1157200 commit b088097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"incremental": true,
44
"noEmit": true,
5-
"target": "es6",
5+
"target": "es5",
66
"module": "esnext", //commonjs destroys 'dynamic imports' which is used for code splitting
77
"noImplicitAny": false,
88
"preserveConstEnums": true,

0 commit comments

Comments
 (0)