tsc-watch

v6.2.0
The TypeScript compiler with onSuccess command
TypeScript

clean

rimraf dist && rimraf tmp

prepublishOnly

npm run build && crlf --set=LF index.js client.js dist/**/*

test

npm run build && jest --verbose --runInBand

build

npm run clean && npm run build-lib && npm run build-client

build-lib

tsc -p tsconfig.json

build-client

tsc -p tsconfig-client.json

watch-lib

tsc -p tsconfig.json --watch
npm i tsc-watch

Metadata

  • MIT
  • >=12.12.0
  • Gil Amran
  • released 3/28/2024

Downloads

Maintainers