Design system.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

19 行
289 B

  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. }