diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index cae97f6ac2a3f5289ec0d0046670402d82568633..15647023396ddac51cc47ac2909eb3787e6d3262 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -1,6 +1,7 @@ { "compileOnSave": false, "compilerOptions": { + "allowJs": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "noImplicitAny": false,