JSPM

tsc

1.20150619.0+f2044a901165a2a97813772353b57dd9ed4796ca
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 157104
  • Score
    100M100P100Q152567F
  • License MIT

Latest code from microsoft/typescript packaged and released

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.