7 lines
45 B
Makefile
7 lines
45 B
Makefile
|
|
||
|
ts-w:
|
||
|
npx tsc-watch
|
||
|
|
||
|
clean:
|
||
|
rm -rf target
|