2016-08-16 10:00:23 +02:00

7 lines
149 B
Bash
Executable File

#!/bin/sh
set -e -x
tsc -p tsconfig.json
tsc -p tsconfig.core.json
tsc -p tsconfig.webgl.json
tsc -p tsconfig.canvas.json
tsc -p tsconfig.widget.json