-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtsconfig.json
More file actions
74 lines (74 loc) · 1.63 KB
/
tsconfig.json
File metadata and controls
74 lines (74 loc) · 1.63 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
{
"files": [],
"exclude": [
"node_modules"
],
"references": [
{
"path": "exercises/01.simple/01.problem.raw-html"
},
{
"path": "exercises/01.simple/01.solution.raw-html"
},
{
"path": "exercises/02.consistent/01.problem.remote-dom"
},
{
"path": "exercises/02.consistent/01.solution.remote-dom"
},
{
"path": "exercises/03.complex/01.problem.iframe"
},
{
"path": "exercises/03.complex/01.solution.iframe"
},
{
"path": "exercises/03.complex/02.problem.ready"
},
{
"path": "exercises/03.complex/02.solution.ready"
},
{
"path": "exercises/03.complex/03.problem.sizing"
},
{
"path": "exercises/03.complex/03.solution.sizing"
},
{
"path": "exercises/03.complex/04.problem.dynamic-sizing"
},
{
"path": "exercises/03.complex/04.solution.dynamic-sizing"
},
{
"path": "exercises/04.interactive/01.problem.links"
},
{
"path": "exercises/04.interactive/01.solution.links"
},
{
"path": "exercises/04.interactive/02.problem.tools"
},
{
"path": "exercises/04.interactive/02.solution.tools"
},
{
"path": "exercises/04.interactive/03.problem.prompts"
},
{
"path": "exercises/04.interactive/03.solution.prompts"
},
{
"path": "exercises/05.advanced/01.problem.tool-results"
},
{
"path": "exercises/05.advanced/01.solution.tool-results"
},
{
"path": "exercises/05.advanced/02.problem.render-data"
},
{
"path": "exercises/05.advanced/02.solution.render-data"
}
]
}