serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
docs: Use commonjs module format
Otherwise fails with:
'export { hello };',
'^^^^^^',
'',
'SyntaxError: Unexpected token export',
if it was set to "module": "ESNext"