Skip to content

Commit 3516684

Browse files
authored
Do not use import helpers
1 parent 638a4a2 commit 3516684

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
@@ -10,7 +10,7 @@
1010
"jsx": "preserve",
1111
"allowJs": false,
1212
"checkJs": false,
13-
"importHelpers": true,
13+
"importHelpers": false,
1414
"esModuleInterop": true,
1515
"allowSyntheticDefaultImports": true,
1616
"strict": true,

0 commit comments

Comments
 (0)