#!/bin/sh ZULIP_PATH="$(dirname "$0")/.." exec "$ZULIP_PATH/node_modules/.bin/tsc" --project "$ZULIP_PATH" "$@"