serverless-bundle
serverless-bundle copied to clipboard
Add 'transpileOnly' option to skip TS checking altogether
This option (disabled by default) will skip type-checking altogether, which is useful for projects that run the TypeScript type checker separately and just want serverless-bundle for transpilation and bundling.
While we wait... for anyone who stumbles on this and doesn't need a large webpack stack, consider using https://www.npmjs.com/package/serverless-esbuild. We've since switched to that, but I'll keep this open in case it helps someone.