fix(vscode): stop filtering typecheck errors

This commit is contained in:
Christiaan Arnoldus
2026-07-20 10:15:09 +00:00
parent 9b0b0a3725
commit 668fbf60dc
+1 -1
View File
@@ -1167,7 +1167,7 @@
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "bun run compile-tests && bun run compile && bun run lint",
"check-types": "tsc --noEmit",
"check-types:webview": "bun script/typecheck.ts --project webview-ui/tsconfig.json",
"check-types:webview": "tsc --noEmit --project webview-ui/tsconfig.json",
"typecheck": "bun run check-types && bun run check-types:webview",
"format": "prettier --write .",
"format:check": "prettier --check .",