fix(build): remove allowimplicitany from the build command and bump tsbundle to ^2.10.1

This commit is contained in:
2026-04-30 12:57:55 +00:00
parent bb7742b1a0
commit efa927b8c8
6 changed files with 18 additions and 12 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "pnpm run build && tstest test/ --verbose",
"build": "pnpm run bundle && tsbuild --allowimplicitany",
"build": "pnpm run bundle && tsbuild",
"bundle": "tsbundle",
"startTs": "node cli.ts.js",
"watch": "tswatch",
@@ -22,7 +22,7 @@
"devDependencies": {
"@api.global/typedsocket": "^4.1.2",
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsbundle": "^2.10.0",
"@git.zone/tsbundle": "^2.10.1",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.5.1",
"@git.zone/tswatch": "^3.3.2",