TeaWeb/tools/trgen/bin/tsc.sh

6 lines
No EOL
91 B
Bash

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