fix(build): align test imports with tstest tapbundle and simplify the build script

This commit is contained in:
2026-04-23 17:35:24 +00:00
parent 387c5091f1
commit 3bc9e76ed7
8 changed files with 244 additions and 2549 deletions
+2 -3
View File
@@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose --logfile)",
"build": "(tsbuild --web --allowimplicitany && tsbundle)",
"build": "(tsbuild && tsbundle)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},
@@ -18,8 +18,7 @@
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsbundle": "^2.10.0",
"@git.zone/tstest": "^3.6.3",
"@push.rocks/tapbundle": "^6.0.3",
"@types/node": "^25.5.0"
"@types/node": "^25.6.0"
},
"dependencies": {
"@api.global/typedrequest": "^3.3.0",