Skip to content

Instantly share code, notes, and snippets.

@mousemke
Created May 20, 2022 11:24
Show Gist options
  • Save mousemke/639311708ef47d732fe8d2175adcc954 to your computer and use it in GitHub Desktop.
Save mousemke/639311708ef47d732fe8d2175adcc954 to your computer and use it in GitHub Desktop.
module.exports = {
presets: [
["@babel/preset-env", {targets: {node: "current"}}],
"@babel/preset-typescript"
],
targets: {
chrome: "52"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment