diff --git a/tsconfig.json b/tsconfig.json index af814134..377a5d4a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "outDir": "./dist", "noEmitOnError": true, "esModuleInterop": true, + "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "strict": false, "skipLibCheck": true, @@ -34,4 +35,4 @@ "src/**/*", "src/**/*.json" ] -} \ No newline at end of file +}