summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-12 00:56:52 -0500
committerseth <[email protected]>2023-11-12 00:56:52 -0500
commitfe72f2701ae4a4338981fd19c39008985100ddb1 (patch)
treea843d4e301996d2d610be4e34e257573ade5bb0b /tsconfig.json
parent2e64b8579fed604306958b89271ad068df2f54ce (diff)
chore: disable js & tidy scripts
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
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,