File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
"executor" : " @nrwl/js:tsc" ,
9
9
"outputs" : [" {options.outputPath}" ],
10
10
"options" : {
11
- "outputPath" : " dist/packages/shared" ,
11
+ "outputPath" : " dist/packages/node_modules/ shared" ,
12
12
"main" : " packages/shared/src/index.ts" ,
13
13
"tsConfig" : " packages/shared/tsconfig.lib.json"
14
14
}
17
17
"executor" : " @nrwl/js:tsc" ,
18
18
"outputs" : [" {options.outputPath}" ],
19
19
"options" : {
20
- "outputPath" : " dist/packages/shared" ,
20
+ "outputPath" : " dist/packages/node_modules/ shared" ,
21
21
"main" : " packages/shared/src/index.ts" ,
22
22
"tsConfig" : " packages/shared/tsconfig.lib.json"
23
23
}
Original file line number Diff line number Diff line change 13
13
"paths" : {
14
14
"shared" : [
15
15
" packages/shared/src/index.ts" ,
16
- " dist/packages/shared/src/index.js"
16
+ " dist/packages/node_modules/ shared/src/index.js"
17
17
]
18
18
},
19
19
"noImplicitAny" : true ,
You can’t perform that action at this time.
0 commit comments