-
Notifications
You must be signed in to change notification settings - Fork 479
Expand file tree
/
Copy pathtsconfig.json
More file actions
51 lines (51 loc) · 859 Bytes
/
Copy pathtsconfig.json
File metadata and controls
51 lines (51 loc) · 859 Bytes
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
{
"extends": "./tsconfig.base.json",
"files": [],
"references": [
{
"path": "./apps/cart"
},
{
"path": "./apps/cart-e2e"
},
{
"path": "./apps/products"
},
{
"path": "./apps/products-e2e"
},
{
"path": "./libs/cart/cart-page"
},
{
"path": "./libs/products/home-page"
},
{
"path": "./libs/products/product-detail-page"
},
{
"path": "./libs/shared/cart/state"
},
{
"path": "./libs/shared/e2e-utils"
},
{
"path": "./libs/shared/header"
},
{
"path": "./libs/shared/jsxify"
},
{
"path": "./libs/shared/product/data"
},
{
"path": "./libs/shared/product/state"
},
{
"path": "./libs/shared/product/types"
},
{
"path": "./libs/shared/product/ui"
}
]
}