about summary refs log tree commit diff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-08-24 16:16:14 -0700
committerGitHub <noreply@github.com>2023-08-24 16:16:14 -0700
commita5981e127f7e4e2a5ba44717b91b26161adc0a5e (patch)
tree46fc3663ab1be477ee2541f681c3f61eb96e6d94 /tsconfig.json
parent7410bcd888dbf7010bccaa032893a45bfff7fa76 (diff)
downloadvoidsky-a5981e127f7e4e2a5ba44717b91b26161adc0a5e.tar.zst
Fixes to the feed discovery page (#1238)
* Bump yarn.lock for... reasons

* Restyle DiscoverFeeds empty state (close #1236)

* Fix: maintain search state in feed discovery (close #1204)

* tsconfig fixes

* Tweaks to yarn.lock
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 409a613d7..4cae9d24f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,11 +2,12 @@
   "extends": "@tsconfig/react-native/tsconfig.json",
   "compilerOptions": {
     "jsx": "react-jsx",
+    "types": ["node"],
     "paths": {
       "lib/*": ["./src/lib/*"],
       "platform/*": ["./src/platform/*"],
       "state/*": ["./src/state/*"],
-      "view/*": ["./src/view/*"],
+      "view/*": ["./src/view/*"]
     }
   }
 }