serverless / serverless-plugin-typescript

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

Feat. Add option for not compiling with tsc #278

Open lb-ronyeh opened 2 years ago

lb-ronyeh commented 2 years ago

Hi,

We are using this (great) plugin together with sls-offline, but we are using ts-node, so we would like to disable the tsc auto compile hook (just for local mide, not deploy). Im proposing to add a conf field to Indicate if the tsc compiling should be skipped for offline local hook.