diff --git a/tsconfig.json b/tsconfig.json index da39b16..e92f076 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "baseUrl": ".", + "allowSyntheticDefaultImports": true, "paths": { "@components/*": ["src/components/*"], "@layouts/*": ["src/layouts/*"],