diff options
| author | AAGaming <aa@bigdumb.gq> | 2022-05-20 18:13:31 -0400 |
|---|---|---|
| committer | AAGaming <aa@bigdumb.gq> | 2022-05-20 18:13:31 -0400 |
| commit | 569f8b8707636cb52d9b89278c28150d668175db (patch) | |
| tree | 28fdb066bb92b2986756c85adf8fe99fa7be1d9d /tsconfig.json | |
| parent | 5a6001026860aca724bf5aa871da93a5edabe12c (diff) | |
| download | decky-bazzite-buddy-569f8b8707636cb52d9b89278c28150d668175db.tar.gz decky-bazzite-buddy-569f8b8707636cb52d9b89278c28150d668175db.zip | |
fix dependencies, edit rollup and ts config, switch jsx runtime, use pnpm lockfiles
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 2901f27..d4de0f6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "outDir": "dist", "module": "ESNext", "target": "ES2020", - "jsx": "react-jsx", + "jsx": "react", "declaration": false, "moduleResolution": "node", "noUnusedLocals": true, |
