From f2f2d484277fac328caa1231037e0ebd92763e47 Mon Sep 17 00:00:00 2001 From: tykayn Date: Mon, 22 Sep 2025 09:58:39 +0200 Subject: [PATCH] tsconfig for storybook --- airwatch/.storybook/tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/airwatch/.storybook/tsconfig.json b/airwatch/.storybook/tsconfig.json index 84d7e74..ad3fb68 100644 --- a/airwatch/.storybook/tsconfig.json +++ b/airwatch/.storybook/tsconfig.json @@ -6,6 +6,10 @@ "resolveJsonModule": true }, "exclude": ["../src/test.ts", "../src/**/*.spec.ts"], - "include": ["../src/**/*.stories.*", "./preview.ts"], + "include": [ + "../src/**/*.stories.*", + "./preview.ts", + "./stories/**/*.stories.*" + ], "files": ["./typings.d.ts"] }