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

@@ -2,6 +2,7 @@ import * as early from '@push.rocks/early';
early.start('tsdeno');
export * from './tsdeno.classes.tsdeno.js';
export * from './tsdeno.interfaces.js';
export { runCli } from './tsdeno.cli.js';
early.stop();