From 066b8967009efc75e08b574ce852e998a9950408 Mon Sep 17 00:00:00 2001 From: IVA2K Date: Sat, 13 Jul 2024 06:44:54 -0700 Subject: [PATCH] Add .storybook/ to tsconfig.json:exclude --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b567932..0d4089b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -46,7 +46,8 @@ "./ios/**", "./storybook-static/**", "./dev-dist/**", - "./coverage/**" + "./coverage/**", + "./.storybook/**" ] // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias