updated tsc

This commit is contained in:
tidusjar 2019-11-05 22:30:23 +00:00
commit 68411e680c

View file

@ -17,7 +17,7 @@ install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
- cmd: set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\3.0;%path%
- cmd: set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\3.6;%path%
- cmd: tsc -v
build_script:
- ps: |