JSPM

  • Created
  • Published
  • Downloads 79
  • Score
    100M100P100Q6754F
  • License MIT

run typescript programs efficiently

Package Exports

  • @gitzone/tsrun

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 (@gitzone/tsrun) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@gitzone/tsrun

run typescript programs efficiently

Status for master

build status coverage report npm downloads per month Known Vulnerabilities TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class instellisense.

To simply run a TypeScript file on the fly type

tsrun myfiletorun.ts

There are options available:

  • --web will inject browser types. this is useful when testing code with polyfills on node, but that is meant for the browser later on.

For further information read the linked docs at the top of this readme.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer