serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
784 stars 224 forks source link

Never throws type errors #283

Open jboolean opened 1 year ago

jboolean commented 1 year ago

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?

universalhandle commented 1 year ago

See #230.