First off, I'm loving the plugin, really nice job, but there's a problem, my build is always completed successfully even with type errors, I'd like to be able to catch the exception inside of catch so I can exit the build unsuccessfully.
well, no sure what happen, but I'm talking about esbuild-plugin-typecheck.
Edit: Another bug I just found is that is checking for files I didn't even include in the bundle... like it'd a normal cli tsc.
First off, I'm loving the plugin, really nice job, but there's a problem, my build is always completed successfully even with type errors, I'd like to be able to catch the exception inside of
catchso I can exit the build unsuccessfully.well, no sure what happen, but I'm talking about
esbuild-plugin-typecheck.Edit: Another bug I just found is that is checking for files I didn't even include in the bundle... like it'd a normal cli tsc.