babel.config.json 58 B

12345678910111213
  1. {
  2. "presets": [
  3. [
  4. "@babel/preset-env"
  5. ]
  6. ]
  7. }