From 54b6c19a790f4bf2c85e71f355d864fc63e4be2c Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 20 Dec 2024 17:16:52 -0800 Subject: [PATCH] Don't check js in our tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,