diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 9df6d50..fdd1a44 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,13 +12,14 @@ * Note that setting allowJs false does not prevent the use * of JS in `.svelte` files. */ - "allowJs": false, - "checkJs": false, + "allowJs": true, + "checkJs": true, "isolatedModules": true }, "include": [ "src/**/*.d.ts", "src/**/*.ts", + "src/**/*.js", "src/**/*.svelte" ], "references": [ |
