Skip to content

Commit 08e85f5

Browse files
committed
build: build for es6
BREAKING CHANGE: build target from es5 to es6
1 parent c2f7ae1 commit 08e85f5

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
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"moduleResolution": "node",
4-
"target": "es5",
4+
"target": "es6",
55
"module": "es2015",
66
"lib": [
77
"es2015",

0 commit comments

Comments
 (0)