mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-07 06:08:08 -06:00
update for new react, also support linux aarch64 builds
This commit is contained in:
parent
8262602460
commit
b25d4f81be
5 changed files with 329 additions and 263 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue