-
Notifications
You must be signed in to change notification settings - Fork 0
/
nest-cli.json
167 lines (167 loc) · 4.38 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"webpack": true,
"plugins": [
"@nestjs/swagger"
]
},
"projects": {
"utils": {
"type": "library",
"root": "libs/utils",
"entryFile": "index",
"sourceRoot": "libs/utils/src",
"compilerOptions": {
"tsConfigPath": "libs/utils/tsconfig.lib.json"
}
},
"novaswap": {
"type": "library",
"root": "libs/novaswap",
"entryFile": "index",
"sourceRoot": "libs/novaswap/src",
"compilerOptions": {
"tsConfigPath": "libs/novaswap/tsconfig.lib.json"
}
},
"buy-me-a-coffee": {
"type": "library",
"root": "libs/buy-me-a-coffee",
"entryFile": "index",
"sourceRoot": "libs/buy-me-a-coffee/src",
"compilerOptions": {
"tsConfigPath": "libs/buy-me-a-coffee/tsconfig.lib.json"
}
},
"red-envelop": {
"type": "library",
"root": "libs/red-envelop",
"entryFile": "index",
"sourceRoot": "libs/red-envelop/src",
"compilerOptions": {
"tsConfigPath": "libs/red-envelop/tsconfig.lib.json"
}
},
"split-bill": {
"type": "library",
"root": "libs/split-bill",
"entryFile": "index",
"sourceRoot": "libs/split-bill/src",
"compilerOptions": {
"tsConfigPath": "libs/split-bill/tsconfig.lib.json"
}
},
"registry": {
"type": "library",
"root": "libs/registry",
"entryFile": "index",
"sourceRoot": "libs/registry/src",
"compilerOptions": {
"tsConfigPath": "libs/registry/tsconfig.lib.json"
}
},
"pump-fun": {
"type": "library",
"root": "libs/pump-fun",
"entryFile": "index",
"sourceRoot": "libs/pump-fun/src",
"compilerOptions": {
"tsConfigPath": "libs/pump-fun/tsconfig.lib.json"
}
},
"news": {
"type": "library",
"root": "libs/news",
"entryFile": "index",
"sourceRoot": "libs/news/src",
"compilerOptions": {
"tsConfigPath": "libs/news/tsconfig.lib.json"
}
},
"buy-nft-magic-eden": {
"type": "library",
"root": "libs/buy-nft-magic-eden",
"entryFile": "index",
"sourceRoot": "libs/buy-nft-magic-eden/src",
"compilerOptions": {
"tsConfigPath": "libs/buy-nft-magic-eden/tsconfig.lib.json"
}
},
"buy-nft-okx": {
"type": "library",
"root": "libs/buy-nft-okx",
"entryFile": "index",
"sourceRoot": "libs/buy-nft-okx/src",
"compilerOptions": {
"tsConfigPath": "libs/buy-nft-okx/tsconfig.lib.json"
}
},
"mint-nft": {
"type": "library",
"root": "libs/mint-nft",
"entryFile": "index",
"sourceRoot": "libs/mint-nft/src",
"compilerOptions": {
"tsConfigPath": "libs/mint-nft/tsconfig.lib.json"
}
},
"mint-nova-nft": {
"type": "library",
"root": "libs/mint-nova-nft",
"entryFile": "index",
"sourceRoot": "libs/mint-nova-nft/src",
"compilerOptions": {
"tsConfigPath": "libs/mint-nova-nft/tsconfig.lib.json"
}
},
"data": {
"type": "library",
"root": "libs/data",
"entryFile": "index",
"sourceRoot": "libs/data/src",
"compilerOptions": {
"tsConfigPath": "libs/data/tsconfig.lib.json"
}
},
"shared-red-packet": {
"type": "library",
"root": "libs/shared-red-packet",
"entryFile": "index",
"sourceRoot": "libs/shared-red-packet/src",
"compilerOptions": {
"tsConfigPath": "libs/shared-red-packet/tsconfig.lib.json"
}
},
"pre-sale": {
"type": "library",
"root": "libs/pre-sale",
"entryFile": "index",
"sourceRoot": "libs/pre-sale/src",
"compilerOptions": {
"tsConfigPath": "libs/pre-sale/tsconfig.lib.json"
}
},
"magic-swap": {
"type": "library",
"root": "libs/magic-swap",
"entryFile": "index",
"sourceRoot": "libs/magic-swap/src",
"compilerOptions": {
"tsConfigPath": "libs/magic-swap/tsconfig.lib.json"
}
},
"agx": {
"type": "library",
"root": "libs/agx",
"entryFile": "index",
"sourceRoot": "libs/agx/src",
"compilerOptions": {
"tsConfigPath": "libs/agx/tsconfig.lib.json"
}
}
}
}