build(deps): upgrade to typescript 6

TypeScript 6 enables `strict` by default and changes default @types
inclusion.
This commit is contained in:
Damien Retzinger
2026-06-09 18:03:30 -04:00
parent 9d3601a1e3
commit 6db07e2737
6 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
"eslint": "^10.4.1",
"jest": "^30.4.2",
"ts-jest": "^29.4.11",
"typescript": "^5.9.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.0"
}
}