Skip to content

Commit 4d4388f

Browse files
author
kobi
committed
fix: compile to es5
1 parent 29b904f commit 4d4388f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.prod.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"es2015.promise",
1414
"es2015.core"
1515
],
16-
"target": "es2015",
17-
"module": "esnext",
16+
"target": "es5",
1817
"declaration": true,
1918
"rootDir": "src",
2019
"outDir": "lib",

0 commit comments

Comments
 (0)