From fe72f2701ae4a4338981fd19c39008985100ddb1 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 12 Nov 2023 00:56:52 -0500 Subject: chore: disable js & tidy scripts --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tsconfig.json') 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, -- cgit v1.2.3