From 7fb3b9cdc8b9cf7eea9faa891a5e7c0edc338d9c Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Thu, 14 Jul 2022 16:46:10 +0200 Subject: [PATCH] Fix storybook not showing the correct controls (#3101) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 158581cb3a..23d9a8f46d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,5 +27,5 @@ } ] }, - "include": ["apps/*/src/*", "libs/*/src/*"] + "include": ["apps/*/src/*", "libs/*/src/**/*"] }