mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-29 03:44:06 +08:00
fix(vscode): stop filtering typecheck errors
This commit is contained in:
@@ -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 .",
|
||||
|
||||
Reference in New Issue
Block a user