diff options
Diffstat (limited to 'frontend/tsconfig.json')
| -rw-r--r-- | frontend/tsconfig.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index d12d14da..7b87ce13 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -2,9 +2,7 @@ "compilerOptions": { "module": "ESNext", "target": "ES2021", - "jsx": "react", - "jsxFactory": "window.SP_REACT.createElement", - "jsxFragmentFactory": "window.SP_REACT.Fragment", + "jsx": "react-jsx", "declaration": false, "moduleResolution": "node", "noUnusedLocals": true, |
