aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.app.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.app.json')
-rw-r--r--tsconfig.app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.app.json b/tsconfig.app.json
index 55a2f9b..550b03e 100644
--- a/tsconfig.app.json
+++ b/tsconfig.app.json
@@ -12,7 +12,7 @@
* of JS in `.svelte` files.
*/
"allowJs": true,
- "checkJs": true,
+ "checkJs": false,
"isolatedModules": true,
"moduleDetection": "force"
},