Skip to content

Commit

Permalink
chore(ui): include .storybook folder in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 23, 2024
1 parent a91ef31 commit d44b29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@/*": ["src/*"]
}
},
"include": ["**/*.ts", "**/*.tsx", "**/*.js"],
"include": ["**/*.ts", "**/*.tsx", "**/*.js", ".storybook/**/*"],
"exclude": ["node_modules", "dist", "storybook-static"]
}

0 comments on commit d44b29c

Please sign in to comment.