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

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-28 - 1.5.0 - feat(classes.publishmodule)
Add method to create and write tsconfig.json during publish module setup
- Introduced createTsconfigJson method in PublishModule class to generate a tsconfig.json for each publishable module.
- Modified createPublishModuleDir method to include writing of tsconfig.json file.
## 2024-10-26 - 1.4.0 - feat(core)
Refactor directory reading and module discovery for publishing process