1
0
mirror of https://github.com/Azure/setup-helm.git synced 2026-07-07 17:01:37 +00:00
Files
setup-helm/node_modules/.bin/tsc.cmd
T
2021-03-17 13:45:33 +05:30

7 lines
184 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\typescript\bin\tsc" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\typescript\bin\tsc" %*
)