From d386dc88067653a5b0893155c4d6ea470b911375 Mon Sep 17 00:00:00 2001 From: AlvoBen Date: Wed, 18 Sep 2024 12:23:43 +0300 Subject: [PATCH] implement CxInstaller --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/**/*"