diff options
| author | AAGaming <aagaming@riseup.net> | 2023-10-16 19:30:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-16 19:30:50 -0400 |
| commit | 8f6c61207f4afe623d9f00b2cca3681434d9d4de (patch) | |
| tree | db585c35fb7e62b4afcf814a8031e3d64dd5f6df | |
| parent | a193ffad524c4c1ce66b17f461410cf041dec375 (diff) | |
| download | decky-bazzite-buddy-8f6c61207f4afe623d9f00b2cca3681434d9d4de.tar.gz decky-bazzite-buddy-8f6c61207f4afe623d9f00b2cca3681434d9d4de.zip | |
fix: add jsxFragmentFactory to tsconfig
| -rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 13b0c35..7e88185 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "target": "ES2020", "jsx": "react", "jsxFactory": "window.SP_REACT.createElement", + "jsxFragmentFactory": "window.SP_REACT.Fragment", "declaration": false, "moduleResolution": "node", "noUnusedLocals": true, |
