diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-07-21 08:57:30 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-07-21 08:57:30 -0400 |
| commit | 4d0484132aa2a6baef12a5ed5d3d4c3ca1ad7106 (patch) | |
| tree | 9e6afc515a7b92e9ee89c75888b0a23b02c8735c /tsconfig.json | |
| parent | 59067695f934184c7e6efaa4fc89fbde2f27a7cb (diff) | |
All works. learn source map error and fix it
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": [ |
