Skip to content

Commit 9aee3ce

Browse files
committed
Transpile to ES2017 to avoid regenerator-runtime for now
1 parent 4720755 commit 9aee3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig",
33
"compilerOptions": {
4-
"target": "es5",
4+
"target": "es2017",
55
"outDir": "lib/module",
66
"module": "esnext"
77
},

0 commit comments

Comments
 (0)