Enable allowSyntheticDefaultImports

This commit is contained in:
Korbs 2024-07-12 23:37:04 -04:00
parent 8c643b4176
commit 83bb9effe6

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],