fix(build): remove allowimplicitany from build scripts and add explicit dependency map typing

This commit is contained in:
2026-04-30 12:55:52 +00:00
parent c89a917122
commit 0e84bb4b6e
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tspublish',
version: '1.11.5',
version: '1.11.6',
description: 'A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.'
}