fix: add jsxFragmentFactory to tsconfig

This commit is contained in:
AAGaming 2023-10-16 19:30:50 -04:00 committed by GitHub
parent a193ffad52
commit 8f6c61207f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
"target": "ES2020", "target": "ES2020",
"jsx": "react", "jsx": "react",
"jsxFactory": "window.SP_REACT.createElement", "jsxFactory": "window.SP_REACT.createElement",
"jsxFragmentFactory": "window.SP_REACT.Fragment",
"declaration": false, "declaration": false,
"moduleResolution": "node", "moduleResolution": "node",
"noUnusedLocals": true, "noUnusedLocals": true,