From a5981e127f7e4e2a5ba44717b91b26161adc0a5e Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 24 Aug 2023 16:16:14 -0700 Subject: 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 --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') 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/*"] } } } -- cgit 1.4.1