4 lines
73 B
Bash
4 lines
73 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e -o pipefail
|
||
|
../../../node_modules/.bin/tsc -w
|