summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 70b03b4f012..ae163c47bf6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -24,7 +24,7 @@
// Compile JS files
"allowJs": true,
// Check JS files
- "checkJs": true,
+ "checkJs": false,
// Emit no files, we are just using it as a type checker
"noEmit": true,
// False for now to reduce amount of errors