| { |
| "sourceMaps": true, |
| "inlineSourcesContent": true, |
| "module": { |
| "type": "es6", |
| "strictMode": true, |
| "noInterop": false |
| }, |
| "jsc": { |
| "externalHelpers": false, |
| "target": "esnext", |
| "parser": { |
| "syntax": "typescript", |
| "tsx": true, |
| "decorators": true, |
| "dynamicImport": true |
| }, |
| "transform": { |
| "legacyDecorator": false, |
| "decoratorMetadata": false, |
| "decoratorVersion": "2022-03", |
| "react": { |
| "throwIfNamespace": false, |
| "useBuiltins": false, |
| "pragma": "React.createElement", |
| "pragmaFrag": "React.Fragment", |
| "importSource": "react" |
| } |
| }, |
| "keepClassNames": true |
| } |
| } |