123456789101112131415161718192021 |
- {
- "$schema": "https://json.schemastore.org/swcrc",
- "sourceMaps": true,
- "jsc": {
- "parser": {
- "syntax": "typescript",
- "tsx": true
- },
- "target": "es5",
- "transform": {
- "react": {
- "runtime": "automatic",
- "importSource": "@emotion/react"
- }
- },
- "experimental": {
- "plugins": [["@swc/plugin-emotion", {}]]
- }
- },
- "minify": false
- }
|