We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ca9ef commit 2dea1a7Copy full SHA for 2dea1a7
3 files changed
flake.nix
@@ -27,6 +27,7 @@
27
# runtime
28
nodejs_24
29
pnpm_10
30
+ typescript-go
31
32
# formatting and linting tools
33
similarity
package.json
@@ -67,7 +67,6 @@
67
"@fast-check/vitest": "catalog:dev",
68
"@hono/mcp": "catalog:dev",
69
"@types/node": "catalog:dev",
70
- "@typescript/native-preview": "catalog:dev",
71
"@vitest/coverage-v8": "catalog:dev",
72
"ai": "catalog:dev",
73
"hono": "catalog:dev",
pnpm-workspace.yaml
@@ -12,7 +12,6 @@ catalogs:
12
'@clack/prompts': ^0.11.0
13
'@hono/mcp': ^0.1.4
14
'@types/node': ^22.13.5
15
- '@typescript/native-preview': ^7.0.0-dev.20251209.1
16
'@vitest/coverage-v8': ^4.0.15
17
hono: ^4.9.10
18
knip: ^5.72.0
0 commit comments