Skip to content

Commit

Permalink
fix: support .js imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed May 17, 2024
1 parent a641527 commit def294a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/core-components/tsconfig.storybook.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"src/**/*.test.js"
],
"include": [
"src/**/*.js",
"src/**/*.jsx",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.stories.ts",
Expand Down

0 comments on commit def294a

Please sign in to comment.