Skip to content

Instantly share code, notes, and snippets.

@denysonique
Created September 8, 2018 16:11
Show Gist options
  • Save denysonique/465bc3ae44e0b029c22c2b16b5c61e9a to your computer and use it in GitHub Desktop.
Save denysonique/465bc3ae44e0b029c22c2b16b5c61e9a to your computer and use it in GitHub Desktop.
{
"presets": [
[
"@babel/env",
{
"modules": "commonjs"
}
],
[
"@babel/typescript", {
"modules": "commonjs"
}
]
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-function-bind",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-regenerator",
"@babel/plugin-transform-runtime"
],
"env": {
"test": {
"plugins": []
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment