We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6d888 commit c76698fCopy full SHA for c76698f
button-old/Button.stories.tsx
components/introduction/button/Button.stories.tsx
@@ -1,12 +1,10 @@
1
// Button.stories.ts|tsx
2
3
import React from 'react';
4
-
5
import { ComponentMeta } from '@storybook/react';
6
7
import { Button } from './Button';
8
9
import { withDesign } from 'storybook-addon-designs'
+import { ComponentStory} from '@storybook/react';
10
11
export default {
12
tsconfig.json
@@ -20,10 +20,11 @@
20
"resolveJsonModule": true,
21
"isolatedModules": true,
22
"noEmit": true,
23
- "jsx": "react"
+ "jsx": "react",
24
+ "rootDir": "./src",
25
},
26
"include": [
- "src"
27
+ "./src/"
28
],
29
"exclude": [
30
"node_modules",
0 commit comments