From ba14143ca15ee2b977d28208d68e14421b5d2afb Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 19 Sep 2021 17:51:02 +0200 Subject: [PATCH] Remove line break --- libs/ui/.storybook/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ui/.storybook/tsconfig.json b/libs/ui/.storybook/tsconfig.json index 514c7cf2f..1c1001259 100644 --- a/libs/ui/.storybook/tsconfig.json +++ b/libs/ui/.storybook/tsconfig.json @@ -3,7 +3,6 @@ "compilerOptions": { "emitDecoratorMetadata": true }, - "exclude": ["../**/*.spec.ts"], "include": ["../src/**/*", "*.js"] }