diff --git a/.storybook/tsconfig.json b/.storybook/tsconfig.json index 9611f5b6..7f7e0151 100644 --- a/.storybook/tsconfig.json +++ b/.storybook/tsconfig.json @@ -11,6 +11,5 @@ "resolveJsonModule": true, "target": "ES2022" }, - "exclude": ["../src/test.ts", "../src/**/*.spec.ts"], - "include": ["../src/**/*", "./preview.ts", "../stories/**/*", "../tinymce-angular-component/src/**/*"] + "include": ["../stories/**/*.ts", "./preview.ts"] }