UNPKG

@git.zone/tswatch

Version:

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

2 lines (1 loc) 88 B
export type TWatchModes = 'test' | 'node' | 'service' | 'element' | 'website' | 'echo';