serverless-plugin-typescript icon indicating copy to clipboard operation
serverless-plugin-typescript copied to clipboard

Never throws type errors

Open jboolean opened this issue 3 years ago • 1 comments

While this plugin does compile typescript, it doesn't actually check types. That is, if there's a type error the packaging or deploy still succeeds. Is there a way to make it fail?

jboolean avatar Oct 15 '22 17:10 jboolean

See #230.

universalhandle avatar May 15 '23 19:05 universalhandle