Skip to content

Commit 459ee52

Browse files
committed
fix: fix target to ES2015
1 parent 3bd4075 commit 459ee52

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
@@ -5,7 +5,7 @@
55
"moduleResolution": "node",
66
"newLine": "LF",
77
"outDir": "./lib/",
8-
"target": "es5",
8+
"target": "ES2015",
99
"sourceMap": true,
1010
"declaration": true,
1111
"esModuleInterop": true,

0 commit comments

Comments
 (0)