From a3cf5fff00f0d917abee4281a586e4ee1171780c Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 5 Sep 2025 21:51:26 -0700 Subject: [PATCH] Type check test files. --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 09e3191..ef20f30 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,8 @@ "noErrorTruncation": true, "noFallthroughCasesInSwitch": true, "strict": true, - "rootDir": "src" + "rootDir": "src", + "checkJs": true }, "include": [ "src/**/*" -- 2.47.3