-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtsconfig.json
92 lines (92 loc) · 2.37 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
{
"files": [],
"exclude": [
"node_modules"
],
"references": [
{
"path": "exercises/01.sunsetting-jsdom/01.problem.break-jsdom"
},
{
"path": "exercises/01.sunsetting-jsdom/01.solution.break-jsdom"
},
{
"path": "exercises/02.vitest-browser-mode/01.problem.installation-and-setup"
},
{
"path": "exercises/02.vitest-browser-mode/01.solution.installation-and-setup"
},
{
"path": "exercises/02.vitest-browser-mode/02.problem.migrate-the-test"
},
{
"path": "exercises/02.vitest-browser-mode/02.solution.migrate-the-test"
},
{
"path": "exercises/02.vitest-browser-mode/03.problem.playwright"
},
{
"path": "exercises/02.vitest-browser-mode/03.solution.playwright"
},
{
"path": "exercises/02.vitest-browser-mode/04.problem.shared-assets"
},
{
"path": "exercises/02.vitest-browser-mode/04.solution.shared-assets"
},
{
"path": "exercises/02.vitest-browser-mode/05.problem.multiple-workspaces"
},
{
"path": "exercises/02.vitest-browser-mode/05.solution.multiple-workspaces"
},
{
"path": "exercises/03.best-practices/01.problem.queries"
},
{
"path": "exercises/03.best-practices/01.solution.queries"
},
{
"path": "exercises/03.best-practices/02.problem.user-events"
},
{
"path": "exercises/03.best-practices/02.solution.user-events"
},
{
"path": "exercises/03.best-practices/03.problem.network-mocking"
},
{
"path": "exercises/03.best-practices/03.solution.network-mocking"
},
{
"path": "exercises/03.best-practices/04.problem.element-presence"
},
{
"path": "exercises/03.best-practices/04.solution.element-presence"
},
{
"path": "exercises/03.best-practices/05.problem.page-navigation"
},
{
"path": "exercises/03.best-practices/05.solution.page-navigation"
},
{
"path": "exercises/04.debugging/01.problem.dom-snapshots"
},
{
"path": "exercises/04.debugging/01.solution.dom-snapshots"
},
{
"path": "exercises/04.debugging/02.problem.debugger"
},
{
"path": "exercises/04.debugging/02.solution.debugger"
},
{
"path": "exercises/04.debugging/03.problem.breakpoints"
},
{
"path": "exercises/04.debugging/03.solution.breakpoints"
}
]
}