{ "$schema": "https://json.schemastore.org/swcrc", "jsc": { "keepClassNames": true, "experimental": { "plugins": [ [ "@lingui/swc-plugin", {} ], [ "@swc/plugin-styled-components", { "displayName": true } ] ] }, "parser": { "syntax": "typescript", "tsx": true }, "transform": { "react": { "runtime": "automatic" } } } }