mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-30 11:52:04 +00:00
change(tooling): typecheck in CI, update ts to 6
fix(ui-tui): fix ts 6 real type errors change(tooling): use new node everywhere
This commit is contained in:
parent
a72bb03757
commit
3bfbb3f2a0
21 changed files with 136 additions and 76 deletions
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"types": "./src/index.ts",
|
||||
"scripts": {
|
||||
"type-check": "tsc -p tsconfig.json --noEmit"
|
||||
"typecheck": "tsc -p . --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^6.0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue