about summary refs log tree commit diff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-02-27 10:52:22 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-02-27 10:52:22 -0600
commitfb4e28e71311bef30de5f49cfb4ad8cb45fcad22 (patch)
treeefd3e2c4925196fe936f102092f98126277c2082 /tsconfig.json
parent0bbdaa9ea42d54552d79b529d545de82fe5e22f2 (diff)
downloadvoidsky-fb4e28e71311bef30de5f49cfb4ad8cb45fcad22.tar.zst
Fix tsconfig for jsx
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 cace91f5e..62c9f2ca0 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,7 @@
 {
   "extends": "@tsconfig/react-native/tsconfig.json",
   "compilerOptions": {
+    "jsx": "react-jsx",
     "paths": {
       "lib/*": ["./src/lib/*"],
       "platform/*": ["./src/platform/*"],