Skip to content

Instantly share code, notes, and snippets.

@mtimbs
Last active February 27, 2020 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtimbs/b248d49bc907ffdb03d42c1eab6a8b74 to your computer and use it in GitHub Desktop.
Save mtimbs/b248d49bc907ffdb03d42c1eab6a8b74 to your computer and use it in GitHub Desktop.
default babel config serverless-typescript
module.exports = {
presets: [
[‘@babel/preset-env', { targets: { node: ‘current’ } }],
‘@babel/preset-typescript’,
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment