Add allowSyntheticDefaultImports

This commit is contained in:
MartinBraquet
2025-09-16 12:35:19 +02:00
parent f6205ca1dd
commit 31404cb89a

View File

@@ -9,6 +9,7 @@
"sourceMap": true,
"strict": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "esnext",
"skipLibCheck": true,
"jsx": "react-jsx",