actually fix react

This commit is contained in:
AAGaming 2022-05-28 21:50:24 -04:00
parent 76470f49a8
commit e264d9754c
No known key found for this signature in database
GPG key ID: 3050166AC290BDF5

View file

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