Files
recflare/packages/tools/bin/run-tsc
T
Devin Zuczek 8e644a5c20 Initial commit
2026-06-08 18:23:40 -04:00

7 lines
145 B
Bash
Executable File

#!/bin/sh
set -eu
# TODO: migrate back to tsc once typescript 7.0 comes out
# (which will be based on tsgo)
exec tsgo --noEmit -p tsconfig.json