fix(core): Replace ts-node with tsx for module handling

This commit is contained in:
2024-10-27 19:45:57 +01:00
parent c2e406964d
commit bec80e6862
7 changed files with 293 additions and 163 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-10-27 - 1.3.2 - fix(core)
Replace ts-node with tsx for module handling
- Removed ts-node and its loader, using tsx for module imports
- Simplified import logic by replacing tsx register API call
- Updated dependencies in package.json by removing ts-node and typescript
## 2024-10-27 - 1.3.1 - fix(core)
Add console.log to show ts-node options in use