Skip to content

Instantly share code, notes, and snippets.

@qasimalyas
Created December 18, 2019 06:56
Show Gist options
  • Save qasimalyas/2d7e96ca67f2aa644b57ebcca5b86a3d to your computer and use it in GitHub Desktop.
Save qasimalyas/2d7e96ca67f2aa644b57ebcca5b86a3d to your computer and use it in GitHub Desktop.
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "10"
}
}
],
"@babel/preset-typescript"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment