Skip to content

Commit 8ef9f8f

Browse files
committed
Fix import issue by targeting ES5
1 parent 7bc156a commit 8ef9f8f

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
@@ -11,7 +11,7 @@
1111
"sourceMap": true,
1212
"strict": true,
1313
"strictNullChecks": true,
14-
"target": "es6"
14+
"target": "es5"
1515
},
1616
"include": ["src/**/*"]
1717
}

0 commit comments

Comments
 (0)