fix(core): removed unused import statement in ts/plugins.ts

This commit is contained in:
2024-10-27 19:46:13 +01:00
parent 3286776b48
commit 74bb4a9837
3 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-10-27 - 1.3.3 - fix(core)
removed unused import statement in ts/plugins.ts
- Cleanup: Removed an unused import statement for tsImport from tsx/esm/api
## 2024-10-27 - 1.3.2 - fix(core)
Replace ts-node with tsx for module handling