fix(tsconfig): Remove emitDecoratorMetadata from tsconfig template

This commit is contained in:
2025-11-17 11:52:13 +00:00
parent 8d84620bc4
commit 6304953234
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-11-17 - 1.21.5 - fix(tsconfig)
Remove emitDecoratorMetadata from tsconfig template
- Removed the "emitDecoratorMetadata" compiler option from assets/templates/tsconfig_update/tsconfig.json
- This updates the tsconfig template to avoid emitting decorator metadata when targeting ES2022
## 2025-11-17 - 1.21.4 - fix(tsconfig template)
Remove experimentalDecorators and useDefineForClassFields from tsconfig template