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