Skip to content

Commit 8f49667

Browse files
authored
feat: target ES2017 in tsconfig (#391)
1 parent a0e4db7 commit 8f49667

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
@@ -6,7 +6,7 @@
66
"module": "CommonJS",
77
"outDir": "dist/main",
88
"sourceMap": true,
9-
"target": "ES2015",
9+
"target": "ES2017",
1010

1111
"strict": true,
1212

0 commit comments

Comments
 (0)