This repository has been archived by the owner on May 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnest-cli.json
81 lines (81 loc) · 1.95 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"collection": "@nestjs/schematics",
"compilerOptions": {
"webpack": true
},
"projects": {
"auth": {
"compilerOptions": {
"tsConfigPath": "libs/auth/tsconfig.lib.json"
},
"entryFile": "index",
"root": "libs/auth",
"sourceRoot": "libs/auth/src",
"type": "library"
},
"config": {
"compilerOptions": {
"tsConfigPath": "libs/config/tsconfig.lib.json"
},
"entryFile": "index",
"root": "libs/config",
"sourceRoot": "libs/config/src",
"type": "library"
},
"entity": {
"compilerOptions": {
"tsConfigPath": "libs/entity/tsconfig.lib.json"
},
"entryFile": "index",
"root": "libs/entity",
"sourceRoot": "libs/entity/src",
"type": "library"
},
"keyword": {
"compilerOptions": {
"tsConfigPath": "libs/keyword/tsconfig.lib.json"
},
"entryFile": "index",
"root": "libs/keyword",
"sourceRoot": "libs/keyword/src",
"type": "library"
},
"lol": {
"compilerOptions": {
"tsConfigPath": "libs/lol/tsconfig.lib.json"
},
"entryFile": "index",
"root": "libs/lol",
"sourceRoot": "libs/lol/src",
"type": "library"
},
"test-util": {
"compilerOptions": {
"tsConfigPath": "libs/test-util/tsconfig.lib.json"
},
"entryFile": "index",
"root": "libs/test-util",
"sourceRoot": "libs/test-util/src",
"type": "library"
},
"type": {
"compilerOptions": {
"tsConfigPath": "libs/type/tsconfig.lib.json"
},
"entryFile": "index",
"root": "libs/type",
"sourceRoot": "libs/type/src",
"type": "library"
},
"user": {
"compilerOptions": {
"tsConfigPath": "libs/user/tsconfig.lib.json"
},
"entryFile": "index",
"root": "libs/user",
"sourceRoot": "libs/user/src",
"type": "library"
}
},
"sourceRoot": "src"
}