Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rinminase/typescript-script

📜🛠 Script tag support for TypeScript. Based from basarat/typescript-script with Minified Versions
https://github.com/rinminase/typescript-script

javascript typescript typescript-transpiler

Last synced: 30 days ago
JSON representation

📜🛠 Script tag support for TypeScript. Based from basarat/typescript-script with Minified Versions

Awesome Lists containing this project

README

        

typescript-script



📜🛠 Script tag support for TypeScript.

Based from basarat/typescript-script with Minified Versions

## Usage
Add the following lines at the **bottom** of your page:
```html

```

And then you can use script tags that load `.ts` files or even have inline `typescript` syntax:
```html

setTimeout(()=>console.log('hello'));

```

`` tags should be located **above** the transpiler and services.

## Demo
https://next.plnkr.co/edit/3TCDINcd6LAGcHMm