.PHONY: typecheck test

typecheck:
	@./vendor/tsgo/macos --noEmit -p jsconfig.json

test:
	@node --test test.js
