-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathtsconfig.json
More file actions
86 lines (86 loc) · 1.86 KB
/
tsconfig.json
File metadata and controls
86 lines (86 loc) · 1.86 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
{
"files": [],
"exclude": [
"node_modules"
],
"references": [
{
"path": "exercises/01.discovery/01.problem.cors"
},
{
"path": "exercises/01.discovery/01.solution.cors"
},
{
"path": "exercises/01.discovery/02.problem.as"
},
{
"path": "exercises/01.discovery/02.solution.as"
},
{
"path": "exercises/01.discovery/03.problem.pr"
},
{
"path": "exercises/01.discovery/03.solution.pr"
},
{
"path": "exercises/02.init/01.problem.authenticate"
},
{
"path": "exercises/02.init/01.solution.authenticate"
},
{
"path": "exercises/02.init/02.problem.params"
},
{
"path": "exercises/02.init/02.solution.params"
},
{
"path": "exercises/03.auth-info/01.problem.introspect"
},
{
"path": "exercises/03.auth-info/01.solution.introspect"
},
{
"path": "exercises/03.auth-info/02.problem.error"
},
{
"path": "exercises/03.auth-info/02.solution.error"
},
{
"path": "exercises/03.auth-info/03.problem.active"
},
{
"path": "exercises/03.auth-info/03.solution.active"
},
{
"path": "exercises/04.user/01.problem.token"
},
{
"path": "exercises/04.user/01.solution.token"
},
{
"path": "exercises/04.user/02.problem.user"
},
{
"path": "exercises/04.user/02.solution.user"
},
{
"path": "exercises/05.scopes/01.problem.check-scopes"
},
{
"path": "exercises/05.scopes/01.solution.check-scopes"
},
{
"path": "exercises/05.scopes/02.problem.validate-sufficient-scope"
},
{
"path": "exercises/05.scopes/02.solution.validate-sufficient-scope"
},
{
"path": "exercises/05.scopes/03.problem.scope-hints"
},
{
"path": "exercises/05.scopes/03.solution.scope-hints"
}
]
}