Do not use import helpers

This commit is contained in:
Rodrigo Fernandes 2023-08-07 09:52:31 +01:00 committed by GitHub
parent 638a4a286f
commit 3516684c68
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,