diff --git a/code/lib/cli/templates/angular/template-csf/.storybook/tsconfig.json b/code/lib/cli/templates/angular/template-csf/.storybook/tsconfig.json index 2243e0894a86..e13c5b4f5577 100644 --- a/code/lib/cli/templates/angular/template-csf/.storybook/tsconfig.json +++ b/code/lib/cli/templates/angular/template-csf/.storybook/tsconfig.json @@ -5,6 +5,6 @@ "allowSyntheticDefaultImports": true }, "exclude": ["../src/test.ts", "../src/**/*.spec.ts"], - "include": ["../src/**/*"], + "include": ["../src/**/*", "./preview.ts"], "files": ["./typings.d.ts"] }