diff options
| author | AAGaming <aa@bigdumb.gq> | 2022-05-28 21:50:24 -0400 |
|---|---|---|
| committer | AAGaming <aa@bigdumb.gq> | 2022-05-28 21:50:24 -0400 |
| commit | e264d9754cc0ebbdd8f49994872a85031459d436 (patch) | |
| tree | e868e3cbe28ef2c24d5f5146929a1fcf708d0561 /tsconfig.json | |
| parent | 76470f49a82ecd8b32344aaf8b0186676d948496 (diff) | |
| download | decky-bazzite-buddy-e264d9754cc0ebbdd8f49994872a85031459d436.tar.gz decky-bazzite-buddy-e264d9754cc0ebbdd8f49994872a85031459d436.zip | |
actually fix react
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
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, |
