-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig.json
36 lines (36 loc) · 940 Bytes
/
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
{
"files": [],
"include": [],
"references": [
{
"path": "./modules/anthill/tsconfig.json"
},
{
"path": "./modules/local-docker/tsconfig.json"
},
{
"path": "./modules/vis/tsconfig.json"
},
{
"path": "./modules/tools/dep-copy/tsconfig.json"
},
{
"path": "./modules/tools/lambda-dist/tsconfig.json"
},
{
"path": "./modules/tools/remarkeded/tsconfig.json"
},
{
"path": "./modules/demos/dorc/tsconfig.json"
},
{
"path": "./modules/demos/hello-world/hello-world.architecture/tsconfig.json"
},
{
"path": "./modules/demos/hello-world/hello-world.local-docker/tsconfig.json"
},
{
"path": "./modules/demos/hello-world/hello-world.aws/tsconfig.json"
}
]
}