UNPKG

204 BPlain TextView Raw
1@IF EXIST "%~dp0\node.exe" (
2 "%~dp0\node.exe" "%~dp0\node_modules\typescript\bin\tsc" %*
3) ELSE (
4 @SETLOCAL
5 @SET PATHEXT=%PATHEXT:;.JS;=;%
6 node "%~dp0\node_modules\typescript\bin\tsc" %*
7)
\No newline at end of file