diff --git a/tsconfig.json b/tsconfig.json index 93b9213..be6c34a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "isolatedModules": true, "noEmit": true, "strict": true, - "importsNotUsedAsValues": "error", + "verbatimModuleSyntax": true, + "allowSyntheticDefaultImports": true, "baseUrl": ".", "paths": { "@components/*": ["src/components/*"],