-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathtsconfig.json
168 lines (168 loc) · 4.26 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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"files": [],
"exclude": ["node_modules"],
"references": [
{
"path": "exercises/01.project-setup/01.problem.unstyled-markup"
},
{
"path": "exercises/01.project-setup/01.solution.unstyled-markup"
},
{
"path": "exercises/01.project-setup/02.problem.tailwind-config"
},
{
"path": "exercises/01.project-setup/02.solution.tailwind-config"
},
{
"path": "exercises/02.mobile-first/01.problem.structural-layout"
},
{
"path": "exercises/02.mobile-first/01.solution.structural-layout"
},
{
"path": "exercises/02.mobile-first/02.problem.text-styles"
},
{
"path": "exercises/02.mobile-first/02.solution.text-styles"
},
{
"path": "exercises/02.mobile-first/03.problem.logo-list"
},
{
"path": "exercises/02.mobile-first/03.solution.logo-list"
},
{
"path": "exercises/03.responsive-design/01.problem.responsive-typography"
},
{
"path": "exercises/03.responsive-design/01.solution.responsive-typography"
},
{
"path": "exercises/03.responsive-design/02.problem.responsive-spacing"
},
{
"path": "exercises/03.responsive-design/02.solution.responsive-spacing"
},
{
"path": "exercises/03.responsive-design/03.problem.side-by-side-layout"
},
{
"path": "exercises/03.responsive-design/03.solution.side-by-side-layout"
},
{
"path": "exercises/03.responsive-design/04.problem.logo-grid"
},
{
"path": "exercises/03.responsive-design/04.solution.logo-grid"
},
{
"path": "exercises/04.art-directed-grid/01.problem.logo-coordinates"
},
{
"path": "exercises/04.art-directed-grid/01.solution.logo-coordinates"
},
{
"path": "exercises/04.art-directed-grid/02.problem.grid-class-composition"
},
{
"path": "exercises/04.art-directed-grid/02.solution.grid-class-composition"
},
{
"path": "exercises/05.interaction/01.problem.text-interactions"
},
{
"path": "exercises/05.interaction/01.solution.text-interactions"
},
{
"path": "exercises/05.interaction/02.problem.logo-grid-interactions"
},
{
"path": "exercises/05.interaction/02.solution.logo-grid-interactions"
},
{
"path": "exercises/06.animation/01.problem.enter-animations"
},
{
"path": "exercises/06.animation/01.solution.enter-animations"
},
{
"path": "exercises/06.animation/02.problem.responsive-animations"
},
{
"path": "exercises/06.animation/02.solution.responsive-animations"
},
{
"path": "exercises/06.animation/03.problem.roll-reveal"
},
{
"path": "exercises/06.animation/03.solution.roll-reveal"
},
{
"path": "exercises/06.animation/04.problem.logo-stagger-reveal"
},
{
"path": "exercises/06.animation/04.solution.logo-stagger-reveal"
},
{
"path": "exercises/06.animation/05.problem.text-delay-adjustment"
},
{
"path": "exercises/06.animation/05.solution.text-delay-adjustment"
},
{
"path": "exercises/07.subgrid-alignment/01.problem.sub-grid"
},
{
"path": "exercises/07.subgrid-alignment/01.solution.sub-grid"
},
{
"path": "exercises/07.subgrid-alignment/02.problem.vertical-gap"
},
{
"path": "exercises/07.subgrid-alignment/02.solution.vertical-gap"
},
{
"path": "exercises/07.subgrid-alignment/03.problem.children-grid-alignment"
},
{
"path": "exercises/07.subgrid-alignment/03.solution.children-grid-alignment"
},
{
"path": "exercises/07.subgrid-alignment/04.problem.content-placement"
},
{
"path": "exercises/07.subgrid-alignment/04.solution.content-placement"
},
{
"path": "exercises/07.subgrid-alignment/05.problem.content-alignment"
},
{
"path": "exercises/07.subgrid-alignment/05.solution.content-alignment"
},
{
"path": "exercises/08.upgrade-to-tailwind-v4/01.problem.vite-plugin"
},
{
"path": "exercises/08.upgrade-to-tailwind-v4/01.solution.vite-plugin"
},
{
"path": "exercises/08.upgrade-to-tailwind-v4/02.problem.css-theme-config"
},
{
"path": "exercises/08.upgrade-to-tailwind-v4/02.solution.css-theme-config"
},
{
"path": "exercises/08.upgrade-to-tailwind-v4/03.problem.font-sizes"
},
{
"path": "exercises/08.upgrade-to-tailwind-v4/03.solution.font-sizes"
},
{
"path": "exercises/08.upgrade-to-tailwind-v4/04.problem.keyframe-animations"
},
{
"path": "exercises/08.upgrade-to-tailwind-v4/04.solution.keyframe-animations"
}
]
}