Skip to content

Commit

Permalink
update react-aria .storybook/main.js to .ts
Browse files Browse the repository at this point in the history
Change-Id: Id19bb5b31249855d12478778dd0209560884b54c
GitOrigin-RevId: f63ff9e5fcdb2b40d1137ed07234f31f425aed93
  • Loading branch information
jaslong authored and actions-user committed Feb 14, 2025
1 parent 458d670 commit e2619fd
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
module.exports = {
import type { StorybookConfig } from "@storybook/react-webpack5";

const config: StorybookConfig = {
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
addons: [
"@storybook/addon-actions",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-webpack5-compiler-swc",
],
framework: {
name: "@storybook/react-webpack5",
options: {},
},
features: {
interactionsDebugger: true,
},
};

export default config;

0 comments on commit e2619fd

Please sign in to comment.