@@ -0,0 +1,9 @@
.PHONY: all
all:
rm -rf lib
tsc
.PHONY: run
run: all
node lib/test.js
The note is not visible to the blocked user.