Skip to content

Commit a9eac61

Browse files
authored
Merge pull request #11 from ziarno/master
build into es5 target instead of es6
2 parents ff563a1 + 6bb0692 commit a9eac61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "es6",
3+
"target": "es5",
4+
"lib": ["es6"],
5+
"downlevelIteration": true,
46
"module": "commonjs",
57
"noImplicitAny": true,
68
"strict": true,

0 commit comments

Comments
 (0)