update for new react, also support linux aarch64 builds

This commit is contained in:
AAGaming 2025-11-20 00:38:21 -05:00
commit b25d4f81be
No known key found for this signature in database
GPG key ID: 00CFCD925A3E0C50
5 changed files with 329 additions and 263 deletions

View file

@ -3,9 +3,7 @@
"outDir": "dist",
"module": "ESNext",
"target": "ES2020",
"jsx": "react",
"jsxFactory": "window.SP_REACT.createElement",
"jsxFragmentFactory": "window.SP_REACT.Fragment",
"jsx": "react-jsx",
"declaration": false,
"moduleResolution": "node",
"noUnusedLocals": true,