We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2888cc7 commit a0091b9Copy full SHA for a0091b9
build/tsconfig.json
@@ -3,7 +3,8 @@
3
"noImplicitAny": true,
4
"allowJs": true,
5
"module": "ESNext",
6
- "target": "ESNext",
+ "target": "ES2017",
7
+ "allowSyntheticDefaultImports": true,
8
"lib": [
9
"ESNext",
10
"DOM"
0 commit comments