UNPKG

@git.zone/tswatch

Version:

A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.

5 lines (4 loc) 121 B
#!/usr/bin/env node process.env.CLI_CALL = 'true'; const cliTool = await import('./dist_ts/index.js'); cliTool.runCli();