diff options
Diffstat (limited to 'tsconfig.app.json')
| -rw-r--r-- | tsconfig.app.json | 2 |
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" }, |
