9 lines
56 B
Makefile
9 lines
56 B
Makefile
|
|
ts:
|
|
npx tsc
|
|
|
|
ts-w:
|
|
npx tsc-watch
|
|
|
|
clean:
|
|
rm -rf lib
|