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:
ethernet
2026-06-10 11:59:34 -04:00
parent a72bb03757
commit 3bfbb3f2a0
21 changed files with 136 additions and 76 deletions
+3 -2
View File
@@ -11,7 +11,8 @@
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:build:debug": "tauri build --debug"
"tauri:build:debug": "tauri build --debug",
"typecheck": "tsc -p . --noEmit"
},
"dependencies": {
"@nous-research/ui": "0.16.0",
@@ -40,7 +41,7 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"typescript": "~5.9.3",
"typescript": "^6.0.3",
"vite": "^7.3.1"
}
}