Design system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.babelrc.json 289 B

123456789101112131415161718
  1. {
  2. "sourceType": "unambiguous",
  3. "presets": [
  4. [
  5. "@babel/preset-env",
  6. {
  7. "targets": {
  8. "chrome": 100,
  9. "safari": 15,
  10. "firefox": 91
  11. }
  12. }
  13. ],
  14. "@babel/preset-typescript",
  15. "@babel/preset-react"
  16. ],
  17. "plugins": []
  18. }