mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-28 22:12:26 -05:00
fix dependencies, edit rollup and ts config, switch jsx runtime, use pnpm lockfiles
This commit is contained in:
parent
5a60010268
commit
569f8b8707
7 changed files with 884 additions and 2513 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"outDir": "dist",
|
||||
"module": "ESNext",
|
||||
"target": "ES2020",
|
||||
"jsx": "react-jsx",
|
||||
"jsx": "react",
|
||||
"declaration": false,
|
||||
"moduleResolution": "node",
|
||||
"noUnusedLocals": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue