feat(typescript-config): Allow synthetic default imports in base config

This commit is contained in:
T. R. Bernstein
2025-10-03 13:41:36 +02:00
parent 31f267bb98
commit c11151e9ab

View File

@@ -24,7 +24,7 @@
"resolveJsonModule": true,
"newLine": "LF",
"removeComments": true,
"allowSyntheticDefaultImports": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,