#/bin/env sh

cd $(dirname $0)
cd ..
export NVM_DIR="$HOME/.nvm"
. "/usr/local/opt/nvm/nvm.sh"
nvm exec tsc --noEmit --watch
