#!/usr/bin/env bash
#MISE description="Type check TypeScript files without emitting"
#MISE sources=["src/**/*.ts", "tsconfig.json"]

tsc --noEmit
