setup-php/node_modules/.bin/tsc.cmd

7 lines
178 B
Batchfile
Raw Normal View History

2019-09-06 06:47:43 +07:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\typescript\bin\tsc" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\typescript\bin\tsc" %*
)