fix react

This commit is contained in:
AAGaming
2022-05-28 21:49:38 -04:00
parent a5ac702820
commit 5d59bf348c

View File

@@ -4,7 +4,7 @@
"module": "ESNext",
"target": "ES2020",
"jsx": "react",
"jsxFactory": "SP_REACT.createElement",
"jsxFactory": "window.SP_REACT.createElement",
"declaration": true,
"moduleResolution": "node",
"noUnusedLocals": true,