From 7df8cb8f5ccad56160be9520660971bcf0697902 Mon Sep 17 00:00:00 2001 From: Mohamed Azouaoui Date: Sun, 27 Nov 2022 15:11:54 +0100 Subject: [PATCH] build: update include array --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f8841b0..8572bb9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,6 @@ "allowSyntheticDefaultImports": true, "esModuleInterop": true }, - "include": ["src/**/*", "setupTests.ts", "storybook"], + "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }