#!/usr/bin/env bash
#MISE description="Check types are compiling"
set -e

pnpm --filter client exec tsc --noEmit
