From 8a470a230a4e6051c4374f21b9d30899b8287c80 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Mon, 31 Mar 2025 14:08:26 +0100 Subject: [PATCH] Update tsconfig.json Signed-off-by: Charles de Dreuille --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8942e6f48f..8d72a3315b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,6 @@ "plugins/*/dev", "plugins/*/migrations" ], - "exclude": ["**/*.stories.tsx", "**/*.stories.ts"], "compilerOptions": { "outDir": "dist-types", "rootDir": ".",