Last active
February 27, 2020 14:27
-
-
Save mtimbs/b248d49bc907ffdb03d42c1eab6a8b74 to your computer and use it in GitHub Desktop.
default babel config serverless-typescript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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