UNPKG

@git.zone/tswatch

Version:

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

7 lines (6 loc) 208 B
import * as early from '@push.rocks/early'; early.start('tswatch'); export * from './tswatch.classes.tswatch.js'; export * from './tswatch.cli.js'; early.stop(); export * from './tswatch.classes.watcher.js';