forked from Esri/calcite-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
executable file
·34 lines (34 loc) · 1.18 KB
/
tsconfig.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
31
32
33
34
{
"extends": "./tsconfig-base",
"include": ["src", ".storybook/declarations.d.ts"],
"exclude": [
"node_modules",
"**/*.stories.ts",
"**/tests/**",
"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/",
"src/components/utils/CalciteExpandToggle.tsx"
]
}