# vim: sts=4 sw=4 ts=4 noet
.PHONY: ts
ts:
	./node_modules/.bin/tsc
