This repository was archived by the owner on Dec 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtsconfig.json
More file actions
110 lines (110 loc) · 2.77 KB
/
tsconfig.json
File metadata and controls
110 lines (110 loc) · 2.77 KB
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
{
"files": [],
"exclude": [
"node_modules"
],
"references": [
{
"path": "exercises/01.create-router/01.problem.create-router"
},
{
"path": "exercises/01.create-router/01.solution.create-router"
},
{
"path": "exercises/01.create-router/02.problem.router-elements"
},
{
"path": "exercises/01.create-router/02.solution.router-elements"
},
{
"path": "exercises/02.linking/01.problem.achors"
},
{
"path": "exercises/02.linking/01.solution.achors"
},
{
"path": "exercises/02.linking/02.problem.links"
},
{
"path": "exercises/02.linking/02.solution.links"
},
{
"path": "exercises/02.linking/03.problem.custom-link"
},
{
"path": "exercises/02.linking/03.solution.custom-link"
},
{
"path": "exercises/03.nested-routes/01.problem.nested-routes"
},
{
"path": "exercises/03.nested-routes/01.solution.nested-routes"
},
{
"path": "exercises/03.nested-routes/02.problem.nested-path"
},
{
"path": "exercises/03.nested-routes/02.solution.nested-path"
},
{
"path": "exercises/03.nested-routes/03.problem.nested-layout"
},
{
"path": "exercises/03.nested-routes/03.solution.nested-layout"
},
{
"path": "exercises/03.nested-routes/04.problem.unnested-route"
},
{
"path": "exercises/03.nested-routes/04.solution.unnested-route"
},
{
"path": "exercises/04.route-paths/01.problem.dynamic-segments"
},
{
"path": "exercises/04.route-paths/01.solution.dynamic-segments"
},
{
"path": "exercises/05.advanced-links/01.problem.relative-links"
},
{
"path": "exercises/05.advanced-links/01.solution.relative-links"
},
{
"path": "exercises/05.advanced-links/02.problem.nav-link-class-name"
},
{
"path": "exercises/05.advanced-links/02.solution.nav-link-class-name"
},
{
"path": "exercises/05.advanced-links/03.problem.nav-link-render-prop"
},
{
"path": "exercises/05.advanced-links/03.solution.nav-link-render-prop"
},
{
"path": "exercises/06.search-params/01.problem.search-params"
},
{
"path": "exercises/06.search-params/01.solution.search-params"
},
{
"path": "exercises/07.error-boundaries/01.problem.app-boundary"
},
{
"path": "exercises/07.error-boundaries/01.solution.app-boundary"
},
{
"path": "exercises/07.error-boundaries/02.problem.localized-boundary"
},
{
"path": "exercises/07.error-boundaries/02.solution.localized-boundary"
},
{
"path": "exercises/07.error-boundaries/03.problem.not-found"
},
{
"path": "exercises/07.error-boundaries/03.solution.not-found"
}
]
}