diff --git a/airwatch/.storybook/tsconfig.json b/airwatch/.storybook/tsconfig.json index 84d7e74..ad3fb68 100644 --- a/airwatch/.storybook/tsconfig.json +++ b/airwatch/.storybook/tsconfig.json @@ -6,6 +6,10 @@ "resolveJsonModule": true }, "exclude": ["../src/test.ts", "../src/**/*.spec.ts"], - "include": ["../src/**/*.stories.*", "./preview.ts"], + "include": [ + "../src/**/*.stories.*", + "./preview.ts", + "./stories/**/*.stories.*" + ], "files": ["./typings.d.ts"] }