-
Notifications
You must be signed in to change notification settings - Fork 0
/
nest-cli.json
58 lines (58 loc) · 1.47 KB
/
nest-cli.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
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "apps/agri-dex-beckn/src",
"monorepo": true,
"root": "apps/agri-dex-beckn",
"compilerOptions": {
"webpack": true,
"tsConfigPath": "apps/agri-dex-beckn/tsconfig.app.json"
},
"projects": {
"agri-dex-beckn": {
"type": "application",
"root": "apps/agri-dex-beckn",
"entryFile": "main",
"sourceRoot": "apps/agri-dex-beckn/src",
"compilerOptions": {
"tsConfigPath": "apps/agri-dex-beckn/tsconfig.app.json"
}
},
"bpp": {
"type": "application",
"root": "apps/bpp",
"entryFile": "main",
"sourceRoot": "apps/bpp/src",
"compilerOptions": {
"tsConfigPath": "apps/bpp/tsconfig.app.json"
}
},
"bap": {
"type": "application",
"root": "apps/bap",
"entryFile": "main",
"sourceRoot": "apps/bap/src",
"compilerOptions": {
"tsConfigPath": "apps/bap/tsconfig.app.json"
}
},
"bg": {
"type": "application",
"root": "apps/bg",
"entryFile": "main",
"sourceRoot": "apps/bg/src",
"compilerOptions": {
"tsConfigPath": "apps/bg/tsconfig.app.json"
}
},
"test-api": {
"type": "application",
"root": "apps/test-api",
"entryFile": "main",
"sourceRoot": "apps/test-api/src",
"compilerOptions": {
"tsConfigPath": "apps/test-api/tsconfig.app.json"
}
}
}
}