serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
783 stars 223 forks source link

Turn off typechecking #208

Open lastmjs opened 4 years ago

lastmjs commented 4 years ago

It would be nice to have the option of turning off type checking. I rely on the editor for type checking, and we don't enforce type checking with this part of the build process, so it just needlessly slows down compilation

KingDarBoja commented 4 years ago

You can pass a custom tsconfig on my fork: https://github.com/KingDarBoja/serverless-plugin-typescript#readme

See the tsconfig ref at the official webpage.

I have no idea how to disable type checking at the moment, I will investigate