summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAAGaming <aa@bigdumb.gq>2022-05-28 21:50:24 -0400
committerAAGaming <aa@bigdumb.gq>2022-05-28 21:50:24 -0400
commite264d9754cc0ebbdd8f49994872a85031459d436 (patch)
treee868e3cbe28ef2c24d5f5146929a1fcf708d0561 /tsconfig.json
parent76470f49a82ecd8b32344aaf8b0186676d948496 (diff)
downloaddecky-bazzite-buddy-e264d9754cc0ebbdd8f49994872a85031459d436.tar.gz
decky-bazzite-buddy-e264d9754cc0ebbdd8f49994872a85031459d436.zip
actually fix react
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index d4de0f6..13b0c35 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -4,6 +4,7 @@
"module": "ESNext",
"target": "ES2020",
"jsx": "react",
+ "jsxFactory": "window.SP_REACT.createElement",
"declaration": false,
"moduleResolution": "node",
"noUnusedLocals": true,