mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
Initial commit
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user