Skip to content

Commit

Permalink
chore: apply correct tsconfig to storybook entries
Browse files Browse the repository at this point in the history
This was missing so storybook entries were not using the path shortcuts
  • Loading branch information
jahow committed Jan 15, 2025
1 parent 56c7d0a commit 99b7ca4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions libs/ui/catalog/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"src/test-setup.ts",
"**/*.spec.ts",
"**/*.test.ts",
"**/*.stories.ts",
"**/*.stories.js",
"jest.config.ts"
],
"include": ["**/*.ts"]
Expand Down
2 changes: 0 additions & 2 deletions libs/ui/inputs/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"src/test-setup.ts",
"**/*.spec.ts",
"**/*.test.ts",
"**/*.stories.ts",
"**/*.stories.js",
"jest.config.ts"
],
"include": ["**/*.ts"]
Expand Down
2 changes: 0 additions & 2 deletions libs/ui/layout/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"src/test-setup.ts",
"**/*.spec.ts",
"**/*.test.ts",
"**/*.stories.ts",
"**/*.stories.js",
"jest.config.ts"
],
"include": ["**/*.ts"]
Expand Down
2 changes: 0 additions & 2 deletions libs/ui/search/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"src/test-setup.ts",
"**/*.spec.ts",
"**/*.test.ts",
"**/*.stories.ts",
"**/*.stories.js",
"jest.config.ts"
],
"include": ["**/*.ts"]
Expand Down
2 changes: 0 additions & 2 deletions libs/ui/widgets/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"src/test-setup.ts",
"**/*.spec.ts",
"**/*.test.ts",
"**/*.stories.ts",
"**/*.stories.js",
"jest.config.ts"
],
"include": ["**/*.ts"]
Expand Down

0 comments on commit 99b7ca4

Please sign in to comment.