fix(tsconfig template): Remove experimentalDecorators and useDefineForClassFields from tsconfig template

This commit is contained in:
2025-11-17 08:11:07 +00:00
parent 97ce9db28e
commit efd6f04e63
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-11-17 - 1.21.4 - fix(tsconfig template)
Remove experimentalDecorators and useDefineForClassFields from tsconfig template
- Removed experimentalDecorators option from assets/templates/tsconfig_update/tsconfig.json
- Removed useDefineForClassFields option from assets/templates/tsconfig_update/tsconfig.json
## 2025-11-17 - 1.21.3 - fix(assets/templates/multienv)
Remove unused Bun configuration template (assets/templates/multienv/bunfig.toml)