Package Exports
- tsc
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tsc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TSC
Regularly-built snapshots of Microsoft/TypeScript.
This is meant to be used as pre-release builds if you want to try the compiler / compiler API out but don't care to build it yourself. Note that this is a personal endeavor, not officially by Microsoft.
Some niceties:
package.json
links you to typescript definitions- We expose the internal APIs
Install
Similar to typescript
you can install and use tsc
globally:
npm install tsc -g
or in your package.json
npm install tsc --save
Each release is named after the day it was built and the git commit hash in Microsoft/TypeScript/master that it was built from.