Skip to content

Commit 41a9016

Browse files
authored
Merge pull request #503 from rtfpessoa/remove-import-helpers
Do not use import helpers
2 parents 638a4a2 + 3516684 commit 41a9016

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)