]> git.codecow.com Git - libnemo.git/commitdiff
Type check test files.
authorChris Duncan <chris@zoso.dev>
Sat, 6 Sep 2025 04:51:26 +0000 (21:51 -0700)
committerChris Duncan <chris@zoso.dev>
Sat, 6 Sep 2025 04:51:26 +0000 (21:51 -0700)
tsconfig.json

index 09e31911095566e2d58db7a019344a357e17c6e7..ef20f304e9917bdcb52ae5ccd48abd6d59812a73 100644 (file)
@@ -14,7 +14,8 @@
                "noErrorTruncation": true,
                "noFallthroughCasesInSwitch": true,
                "strict": true,
-               "rootDir": "src"
+               "rootDir": "src",
+               "checkJs": true
        },
        "include": [
                "src/**/*"