-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
60 lines (60 loc) · 1.1 KB
/
Copy pathtsconfig.json
File metadata and controls
60 lines (60 loc) · 1.1 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
{
// This file is kept in sync by 'nx sync' as part of the ts setup of this repository
// Run 'nx sync' to update this file instead of editing it manually
"references": [
{
"path": "./tools/eslint"
},
{
"path": "./tools/verdaccio"
},
{
"path": "./tools/vitest"
},
{
"path": "./tools/eslint-nx-dependency-checks-pseudo-build-target-plugin"
},
{
"path": "./tools/commitlint"
},
{
"path": "./tools/publish"
},
{
"path": "./tools/release"
},
{
"path": "./libs/web-test-runner"
},
{
"path": "./e2e/web-test-runner"
},
{
"path": "./libs/web-dev-server"
},
{
"path": "./e2e/web-dev-server"
},
{
"path": "./libs/nx-util"
},
{
"path": "./tools/sonar"
},
{
"path": "./tools/sonar-scan-plugin"
},
{
"path": "./tools/schema-to-ts-plugin"
},
{
"path": "./libs/nx-http-cache"
},
{
"path": "./libs/nx-http-cache-azure-blob-storage"
},
{
"path": "./examples/nx-http-cache-azurite"
}
]
}