@tgriesser/fast-tsc

Using esbuild to compile typescript

Usage no npm install needed!

<script type="module">
  import tgriesserFastTsc from 'https://cdn.skypack.dev/@tgriesser/fast-tsc';
</script>

README

@tgriesser/fast-tsc

Using esbuild to compile typescript

Why:

If we have a monorepo with typescript, building & watching locally can be difficult & time consuming.

fast-tsc aims to find all the tsconfig.json and build the rootDir to outDir for each.

fast-tsc --watch

License

MIT