Merge pull request #503 from rtfpessoa/remove-import-helpers
Do not use import helpers
This commit is contained in:
commit
41a901694d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"jsx": "preserve",
|
||||
"allowJs": false,
|
||||
"checkJs": false,
|
||||
"importHelpers": true,
|
||||
"importHelpers": false,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue