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

View File

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