feat(classes.publishmodule): Add method to create and write tsconfig.json during publish module setup

This commit is contained in:
2024-10-28 01:21:06 +01:00
parent f518670443
commit 91f3c90607
3 changed files with 40 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tspublish',
version: '1.4.0',
version: '1.5.0',
description: 'A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.'
}