Skip to content

Commit 6b659a5

Browse files
committed
docs(storybook): add @type to main.js
1 parent edcbe3a commit 6b659a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.storybook/main.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
const remarkGfm = require('remark-gfm').default;
22
const tsconfigPaths = require('vite-tsconfig-paths').default;
3+
4+
/**
5+
* @type {import('@storybook/web-components-vite').StorybookConfig}
6+
*/
37
module.exports = {
48
stories: [
59
'../packages/**/*.story.ts',

0 commit comments

Comments
 (0)