@tgriesser/fast-tsc
v0.1.1
Published
Using esbuild to compile typescript
Downloads
5
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