diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-27 10:52:22 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-27 10:52:22 -0600 |
commit | fb4e28e71311bef30de5f49cfb4ad8cb45fcad22 (patch) | |
tree | efd3e2c4925196fe936f102092f98126277c2082 /tsconfig.json | |
parent | 0bbdaa9ea42d54552d79b529d545de82fe5e22f2 (diff) | |
download | voidsky-fb4e28e71311bef30de5f49cfb4ad8cb45fcad22.tar.zst |
Fix tsconfig for jsx
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 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/*"], |