tsserver-bridge

Simple CLI to create a copy of typescript with a bridge for tsserver with the option of max memory allocation

Usage no npm install needed!

<script type="module">
  import tsserverBridge from 'https://cdn.skypack.dev/tsserver-bridge';
</script>

README

tsserver-bridge

This package was created in response to https://github.com/Microsoft/TypeScript/issues/30981

Example Useage

npm install tsserver-bridge
npx tsserver-bridge --memory=4096 --destination=ts-custom

This script will create copy of typescript installed in node_modules and replace its tsserver.js file with a bridge file which spawns a seperate node process, outside of electron with the given max memory option