File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "collection" : " @nestjs/schematics" ,
3
+ "monorepo" : true ,
4
+ "compilerOptions" : {},
5
+ "projects" : {
6
+ "in-memory-db" : {
7
+ "type" : " library" ,
8
+ "root" : " packages/in-memory-db" ,
9
+ "entryFile" : " index" ,
10
+ "sourceRoot" : " packages/in-memory-dbt/src" ,
11
+ "compilerOptions" : {
12
+ "tsConfigPath" : " packages/in-memory-db/tsconfig.lib.json"
13
+ }
14
+ },
15
+ "spectator" : {
16
+ "type" : " library" ,
17
+ "root" : " packages/spectator" ,
18
+ "entryFile" : " index" ,
19
+ "sourceRoot" : " packages/spectator/src" ,
20
+ "compilerOptions" : {
21
+ "tsConfigPath" : " packages/spectator/tsconfig.lib.json"
22
+ }
23
+ }
24
+ }
25
+ }
Original file line number Diff line number Diff line change 42
42
"rxjs" : " ~6.6.3"
43
43
},
44
44
"devDependencies" : {
45
+ "@nestjs/cli" : " ^7.5.4" ,
45
46
"@nestjs/schematics" : " ^7.2.7" ,
46
47
"@nestjs/testing" : " ^7.6.11" ,
47
48
"@nrwl/cli" : " 11.2.12" ,
You can’t perform that action at this time.
0 commit comments