-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtsconfig.json
More file actions
83 lines (83 loc) · 1.4 KB
/
tsconfig.json
File metadata and controls
83 lines (83 loc) · 1.4 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
{
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"compilerOptions": {},
"files": [],
"references": [
{
"path": "./packages/device-client"
},
{
"path": "./e2e/davinci-suites"
},
{
"path": "./e2e/davinci-app"
},
{
"path": "./e2e/oidc-app"
},
{
"path": "./e2e/oidc-suites"
},
{
"path": "./e2e/mock-api-v2"
},
{
"path": "./e2e/protect-app"
},
{
"path": "./e2e/protect-suites"
},
{
"path": "./e2e/device-client-app"
},
{
"path": "./packages/davinci-client"
},
{
"path": "./packages/sdk-utilities"
},
{
"path": "./packages/sdk-types"
},
{
"path": "./tools/release"
},
{
"path": "./packages/sdk-effects/sdk-request-middleware"
},
{
"path": "./packages/sdk-effects/logger"
},
{
"path": "./packages/sdk-effects/oidc"
},
{
"path": "./packages/sdk-effects/storage"
},
{
"path": "./packages/sdk-effects/iframe-manager"
},
{
"path": "./packages/oidc-client"
},
{
"path": "./packages/protect"
},
{
"path": "./tools/user-scripts"
},
{
"path": "./packages/journey-client"
},
{
"path": "./e2e/journey-app"
},
{
"path": "./e2e/journey-suites"
},
{
"path": "./e2e/am-mock-api"
}
]
}