react 19 support

This commit is contained in:
AAGaming
2025-10-15 00:14:50 -04:00
parent 86b5567d4e
commit 0c56f1b689
11 changed files with 125 additions and 120 deletions
+1 -3
View File
@@ -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,