serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
Feat. Add option for not compiling with tsc
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.