Skip to content

Commit a0091b9

Browse files
author
Franck Freiburger
committed
wip(build): add ES2017 and allowSyntheticDefaultImports
1 parent 2888cc7 commit a0091b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"noImplicitAny": true,
44
"allowJs": true,
55
"module": "ESNext",
6-
"target": "ESNext",
6+
"target": "ES2017",
7+
"allowSyntheticDefaultImports": true,
78
"lib": [
89
"ESNext",
910
"DOM"

0 commit comments

Comments
 (0)