forked from adobe/spectrum-web-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig-react-wrapper.json
73 lines (73 loc) · 2.53 KB
/
tsconfig-react-wrapper.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"extends": "./tsconfig-all.json",
"compilerOptions": {
"rootDir": "./",
"noEmit": true,
"emitDeclarationOnly": false
},
"include": ["react/**/*.ts"],
"references": [
{ "path": "react/accordion" },
{ "path": "react/action-bar" },
{ "path": "react/action-button" },
{ "path": "react/action-group" },
{ "path": "react/action-menu" },
{ "path": "react/asset" },
{ "path": "react/avatar" },
{ "path": "react/banner" },
{ "path": "react/badge" },
{ "path": "react/button" },
{ "path": "react/button-group" },
{ "path": "react/card" },
{ "path": "react/checkbox" },
{ "path": "react/coachmark" },
{ "path": "react/color-area" },
{ "path": "react/color-handle" },
{ "path": "react/color-loupe" },
{ "path": "react/color-slider" },
{ "path": "react/color-wheel" },
{ "path": "react/dialog" },
{ "path": "react/divider" },
{ "path": "react/dropzone" },
{ "path": "react/field-group" },
{ "path": "react/field-label" },
{ "path": "react/grid" },
{ "path": "react/help-text" },
{ "path": "react/icon" },
{ "path": "react/icons" },
{ "path": "react/icons-ui" },
{ "path": "react/icons-workflow" },
{ "path": "react/illustrated-message" },
{ "path": "react/link" },
{ "path": "react/menu" },
{ "path": "react/meter" },
{ "path": "react/number-field" },
{ "path": "react/overlay" },
{ "path": "react/picker" },
{ "path": "react/picker-button" },
{ "path": "react/popover" },
{ "path": "react/progress-bar" },
{ "path": "react/progress-circle" },
{ "path": "react/quick-actions" },
{ "path": "react/radio" },
{ "path": "react/search" },
{ "path": "react/sidenav" },
{ "path": "react/slider" },
{ "path": "react/split-button" },
{ "path": "react/split-view" },
{ "path": "react/status-light" },
{ "path": "react/swatch" },
{ "path": "react/switch" },
{ "path": "react/table" },
{ "path": "react/tabs" },
{ "path": "react/tags" },
{ "path": "react/textfield" },
{ "path": "react/theme" },
{ "path": "react/thumbnail" },
{ "path": "react/toast" },
{ "path": "react/tooltip" },
{ "path": "react/top-nav" },
{ "path": "react/tray" },
{ "path": "react/underlay" }
]
}