ts:
	npx tsc

ts-w:
	npx tsc-watch

clean:
	rm -rf target