Skip to content

Instantly share code, notes, and snippets.

@petrosDemetrakopoulos
Created April 25, 2022 10:55
Show Gist options
  • Save petrosDemetrakopoulos/40bbd380034d4206a5cb1ccaa208f2f1 to your computer and use it in GitHub Desktop.
Save petrosDemetrakopoulos/40bbd380034d4206a5cb1ccaa208f2f1 to your computer and use it in GitHub Desktop.
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