6 lines
88 B
Makefile
6 lines
88 B
Makefile
|
|
ts-w:
|
|
npx tsc-watch --onSuccess "node target/scripts/main.mjs"
|
|
|
|
clean:
|
|
rm -rf target
|