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 20, 2024
1 parent 2f26a0e commit 89f0fd2
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 89f0fd2

Please sign in to comment.