fix(build): Fix tsbuild script to include missing flag

This commit is contained in:
2025-01-18 23:53:15 +01:00
parent 3d0fc6adc5
commit b246894060
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2025-01-18 - 2.1.1 - fix(build)
Fix tsbuild script to include missing flag
- Updated the build script in package.json to include --allowimplicitany flag.
## 2025-01-18 - 2.1.0 - feat(ci)
Add GitHub Actions workflows for CI/CD