diff --git a/tsconfig.json b/tsconfig.json index 0bcb2d03..2eb23b89 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,8 @@ "noImplicitAny": true, "forceConsistentCasingInFileNames": true, "noUnusedLocals": true, - "pretty": true + "pretty": true, + "allowSyntheticDefaultImports": true }, "include": ["./src/**/*", "./src/main/wrapper/resources/**/*"