Skip to content

Commit

Permalink
🔧 Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mariush2 committed Dec 17, 2024
1 parent 67bb9d3 commit f0026c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"src/**/*.stories.ts*",
"src/**/*.test.ts*",
"vite.config.ts",
"src/storybook"
"src/storybook",
".storybook"
]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"src/*": ["./src/*"]
}
},
"include": ["src/**/*", "vite.config.ts"],
"include": ["src/**/*", "vite.config.ts", ".storybook/**/*"],
"exclude": ["node_modules"]
}

0 comments on commit f0026c9

Please sign in to comment.