Select the types of activity you want to include in your feed.
1.PHONY: typecheck test 2 3typecheck: 4 @./vendor/tsgo/macos --noEmit -p jsconfig.json 5 6test: 7 @node --test test.js