serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
Never throws type errors
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?
See #230.