diff --git a/tsconfig.json b/tsconfig.json index 26bfcf72e8..0c05669661 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "plugins/*/dev", "plugins/*/migrations" ], + "exclude": ["**/*.stories.ts", "**/*.stories.tsx"], "compilerOptions": { "outDir": "dist-types", "rootDir": ".",