diff options
| author | seth <[email protected]> | 2023-11-12 00:56:52 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-12 00:56:52 -0500 |
| commit | fe72f2701ae4a4338981fd19c39008985100ddb1 (patch) | |
| tree | a843d4e301996d2d610be4e34e257573ade5bb0b /tsconfig.json | |
| parent | 2e64b8579fed604306958b89271ad068df2f54ce (diff) | |
chore: disable js & tidy scripts
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 10684d7..776e75f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,7 @@ "types": ["@cloudflare/workers-types", "@types/node"], "resolveJsonModule": true, - "allowJs": true, - "checkJs": false, + "allowJs": false, "noEmit": true, "isolatedModules": true, |
