esbuild-runner
esbuild-runner copied to clipboard
typescript check before run
any plugin or way check type error before run?
I have wrong type in typescript but esbuild runner just run code without checking type.
I install npm i esbuild-plugin-ts-checker
and add to plugin but not work
I would just use tsc -noEmit
before running esbuild-runner :)
ex.:
tsc -noEmit && esr index.ts