serverless-plugin-typescript icon indicating copy to clipboard operation
serverless-plugin-typescript copied to clipboard

docs: Use commonjs module format

Open joscha opened this issue 7 years ago • 0 comments

Otherwise fails with:

  'export { hello };',
  '^^^^^^',
  '',
  'SyntaxError: Unexpected token export',

if it was set to "module": "ESNext"

joscha avatar Oct 11 '18 02:10 joscha