{ "$schema": "https://swc.rs/schema.json", "jsc": { "parser": { "syntax": "typescript", "tsx": true, "decorators": false, "dynamicImport": true }, "transform": { "react": { "runtime": "automatic" } }, "target": "es2022" }, "module": { "type": "es6" } }