diff --git a/tsconfig.json b/tsconfig.json index 099ce9b68..f76f32e7a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "allowJs": true, - "checkJs": true, + "checkJs": false, "noEmit": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true,