mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 06:31:27 -07:00
7 lines
145 B
Bash
Executable File
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
|