TeaWeb/tools/trgen/bin/tsc.sh
2018-12-15 12:23:23 +01:00

6 lines
No EOL
91 B
Bash
Executable file

#!/bin/bash
BASEDIR=$(dirname "$0")
FILE="${BASEDIR}/../compiler.ts"
npm run dtsgen -- $@