Merge pull request #503 from rtfpessoa/remove-import-helpers

Do not use import helpers
This commit is contained in:
Rodrigo Fernandes 2023-08-07 10:23:40 +01:00 committed by GitHub
commit 41a901694d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
"jsx": "preserve",
"allowJs": false,
"checkJs": false,
"importHelpers": true,
"importHelpers": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,