From: Chris Duncan Date: Sat, 6 Sep 2025 04:51:26 +0000 (-0700) Subject: Type check test files. X-Git-Tag: v0.10.5~24^2~13 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=a3cf5fff00f0d917abee4281a586e4ee1171780c;p=libnemo.git Type check test files. --- 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/**/*"