.swcrc 402 B

123456789101112131415161718192021
  1. {
  2. "$schema": "https://json.schemastore.org/swcrc",
  3. "sourceMaps": true,
  4. "jsc": {
  5. "parser": {
  6. "syntax": "typescript",
  7. "tsx": true
  8. },
  9. "target": "es5",
  10. "transform": {
  11. "react": {
  12. "runtime": "automatic",
  13. "importSource": "@emotion/react"
  14. }
  15. },
  16. "experimental": {
  17. "plugins": [["@swc/plugin-emotion", {}]]
  18. }
  19. },
  20. "minify": false
  21. }