feat(cli): add npmextra-based compile target configuration for deno builds

This commit is contained in:
2026-03-15 15:28:17 +00:00
parent 0c86e0b43e
commit 3f483ccd9c
9 changed files with 153 additions and 58 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-15 - 1.1.0 - feat(cli)
add npmextra-based compile target configuration for deno builds
- adds support for reading compileTargets from npmextra.json when tsdeno compile is run without explicit arguments
- exports new configuration interfaces for typed compile target definitions
- replaces direct filesystem utilities with smartfs for package.json isolation during compilation
## 2026-03-15 - 1.0.1 - fix(repo)
no changes to commit