Skip to content

Commit 8282fd4

Browse files
wip(build): make TS target ESNext and let babel handle ES features
1 parent 5bafcf2 commit 8282fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"compilerOptions": {
33
"noImplicitAny": true,
44
"allowJs": true,
5-
"module": "es6",
6-
"target": "es6",
5+
"module": "ESNext",
6+
"target": "ESNext",
77
"moduleResolution": "node"
88
}
99
}

0 commit comments

Comments
 (0)