build: add pi-coding-agent and typebox dev dependencies

Resolve 47 of 52 LSP diagnostics: module-not-found errors for
@mariozechner/pi-coding-agent and typebox, plus cascading implicit-any
errors on callback parameters. Both packages are available on npm and
provided at runtime by pi.
This commit is contained in:
2026-05-02 00:46:46 -04:00
parent 6111321fda
commit 4b486b2464
2 changed files with 3754 additions and 0 deletions

3752
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -25,9 +25,11 @@
"vscode-languageserver-protocol": "^3.17.5" "vscode-languageserver-protocol": "^3.17.5"
}, },
"devDependencies": { "devDependencies": {
"@mariozechner/pi-coding-agent": "^0.72.0",
"@types/node": "^22.10.0", "@types/node": "^22.10.0",
"oxlint": "^1.62.0", "oxlint": "^1.62.0",
"tsx": "^4.19.2", "tsx": "^4.19.2",
"typebox": "^1.1.37",
"typescript": "^6.0.3" "typescript": "^6.0.3"
} }
} }