From 4502abb069899d3f6df15c3a6dd14ba7ee19c558 Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Mon, 9 Nov 2020 10:58:08 +0000 Subject: [PATCH] Probably should include the client code in the client --- client-tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client-tsconfig.json b/client-tsconfig.json index 2f3eb1e7..93b5863a 100644 --- a/client-tsconfig.json +++ b/client-tsconfig.json @@ -7,6 +7,7 @@ "include": [ "src/features/**/client/**/*", "src/features/**/shared/**/*", - "src/shared/**/*" + "src/shared/**/*", + "src/client/**/*" ] }