testtest/node_modules/.bin/tsc.cmd

7 lines
178 B
Batchfile
Raw Normal View History

2024-02-27 00:32:49 +00:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\typescript\bin\tsc" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\typescript\bin\tsc" %*
)