diff --git a/tsconfig.json b/tsconfig.json index e6524ca..ff28c58 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "jsx": "preserve", // Check JS files too "allowJs": true, - "checkJs": true, + "checkJs": false, // Used for temp builds "outDir": "build", "moduleResolution": "Node",