{ "$schema": "https://swc.rs/schema.json", "jsc": { "parser": { "syntax": "typescript", "tsx": true, "dynamicImport": true, "privateMethod": false, "functionBind": true, "exportDefaultFrom": true, "exportNamespaceFrom": false, "decorators": true, "decoratorsBeforeExport": false, "topLevelAwait": true, "importMeta": true, "importAs": true, "preserveAllComments": false }, "target": "es2022", "experimental": { "keepImportAssertions": true }, "loose": false, "keepClassNames": false }, "module": { "type": "es6" } }