Enable allowSyntheticDefaultImports
This commit is contained in:
parent
8c643b4176
commit
83bb9effe6
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"paths": {
|
||||
"@components/*": ["src/components/*"],
|
||||
"@layouts/*": ["src/layouts/*"],
|
||||
|
|
Reference in a new issue