Initial commit

This commit is contained in:
Microsoft GitHub User
2019-09-25 01:50:19 -07:00
committed by Sumiran Aggarwal
commit 691d3a0f33
371 changed files with 885461 additions and 0 deletions

7
node_modules/.bin/tsc.cmd generated vendored Normal file
View File

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