fix(build): update TypeScript build configuration and package metadata

This commit is contained in:
2026-04-30 13:05:50 +00:00
parent 21e40c238c
commit ccc180fb96
7 changed files with 1868 additions and 1636 deletions
+10 -6
View File
@@ -10,14 +10,14 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose --logfile --timeout 60)",
"build": "(tsbuild tsfolders --allowimplicitany)",
"build": "(tsbuild tsfolders)",
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.1.2",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.1.8",
"@types/node": "^25.2.0"
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"dependencies": {
"@push.rocks/smartdelay": "^3.0.5",
@@ -32,6 +32,9 @@
"dist_ts_shared/**/*",
"dist_ts_server/**/*",
"dist_ts_client/**/*",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],
"keywords": [
@@ -46,5 +49,6 @@
"network",
"server",
"client"
]
],
"packageManager": "pnpm@10.28.2"
}