Skip to content

Commit

Permalink
Fix absolute & component folder imports in Storybook config folder (#…
Browse files Browse the repository at this point in the history
…11746)

Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
  • Loading branch information
Philzen and Tobbe authored Dec 8, 2024
1 parent 495f625 commit ec9da01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changesets/11746.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix absolute & component folder imports in Storybook config folder (#11746) by @Philzen

Include the storybook config folder in the includes in `{ts,js}config.json`
1 change: 1 addition & 0 deletions __fixtures__/test-project/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"include": [
"src",
"config",
".storybook/**/*",
"../.redwood/types/includes/all-*",
"../.redwood/types/includes/web-*",
"../types",
Expand Down
1 change: 1 addition & 0 deletions packages/create-redwood-app/templates/js/web/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"include": [
"src",
"config",
".storybook/**/*",
"../.redwood/types/includes/all-*",
"../.redwood/types/includes/web-*",
"../types",
Expand Down
1 change: 1 addition & 0 deletions packages/create-redwood-app/templates/ts/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"include": [
"src",
"config",
".storybook/**/*",
"../.redwood/types/includes/all-*",
"../.redwood/types/includes/web-*",
"../types",
Expand Down

0 comments on commit ec9da01

Please sign in to comment.