summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
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,