pleshevski.ru/makefile

7 lines
88 B
Makefile

ts-w:
npx tsc-watch --onSuccess "node target/scripts/main.mjs"
clean:
rm -rf target