Skip to content

Commit 05c7202

Browse files
committed
Try to use es2017
1 parent 5f4ddb3 commit 05c7202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "ESNext",
4+
"target": "es2017",
55
"noImplicitAny": false,
66
"sourceMap": false,
77
"rootDir": "src",

0 commit comments

Comments
 (0)