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

https://github.com/joshbrew/typescriptservices.js-minifier

minifies the official typescriptServices.js file (for browser TS runtime compilation) and sets the global window.ts... 3.22MB minified
https://github.com/joshbrew/typescriptservices.js-minifier

Last synced: about 1 year ago
JSON representation

minifies the official typescriptServices.js file (for browser TS runtime compilation) and sets the global window.ts... 3.22MB minified

Awesome Lists containing this project

README

          

Compiles a minified dist of typescriptServices.js

How to:

Get the latest unpkg link: https://unpkg.com/typescript@latest/lib/typescriptServices.js

Rename the extension to .cjs.

Set the node externals in tinybuild.config (done here) and the global 'ts'

Bundled through the index.js with `tinybuild` or `npm i -g tinybuild & tinybuild`

Now you have a <3.3MB minified ts browser runtime compiler!