forked from Esri/calcite-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig-storybook.json
30 lines (30 loc) · 1.09 KB
/
tsconfig-storybook.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"extends": "./tsconfig-base",
"include": [".storybook/declarations.d.ts", "src/**/*.stories.ts"],
"exclude": [
"src/components/calcite-action/",
"src/components/calcite-action-bar/",
"src/components/calcite-action-group/",
"src/components/calcite-action-pad/",
"src/components/calcite-block/",
"src/components/calcite-block-section/",
"src/components/calcite-fab/",
"src/components/calcite-filter/",
"src/components/calcite-flow/",
"src/components/calcite-flow-item/",
"src/components/calcite-handle/",
"src/components/calcite-panel/",
"src/components/calcite-pick-list/",
"src/components/calcite-pick-list-group/",
"src/components/calcite-pick-list-item/",
"src/components/calcite-shell/",
"src/components/calcite-shell-center-row/",
"src/components/calcite-shell-panel/",
"src/components/calcite-sortable-list/",
"src/components/calcite-tip/",
"src/components/calcite-tip-group/",
"src/components/calcite-tip-manager/",
"src/components/calcite-value-list/",
"src/components/calcite-value-list-item/"
]
}