diff --git a/storybook/tsconfig.json b/storybook/tsconfig.json index c1ee6aed46..1d6745c844 100644 --- a/storybook/tsconfig.json +++ b/storybook/tsconfig.json @@ -1,7 +1,8 @@ { "extends": "../tsconfig.json", "include": [ - "." + ".", + "./src" ], "exclude": [ "dist", diff --git a/tsconfig.json b/tsconfig.json index 6021c14a36..722b0124bd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -38,6 +38,7 @@ ], "exclude": [ "node_modules", - "packages/markdown" + "packages/markdown", + "./storybook" ] } \ No newline at end of file