File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 27
27
"build:transpile" : {
28
28
"inputs" : [" production" , " ^production" ],
29
29
"dependsOn" : [" ^build:transpile" ],
30
- "outputs" : [" {projectRoot}/build/{esm,cjs}" , " {projectRoot}/build/npm/{esm,cjs}" ]
30
+ "outputs" : [
31
+ " {projectRoot}/build/esm" ,
32
+ " {projectRoot}/build/cjs" ,
33
+ " {projectRoot}/build/npm/esm" ,
34
+ " {projectRoot}/build/npm/cjs"
35
+ ]
31
36
},
32
37
"build:types" : {
33
38
"inputs" : [" production" , " ^production" ],
34
39
"dependsOn" : [" ^build:types" ],
35
- "outputs" : [" {projectRoot}/build/{types,types-ts3.8}" , " {projectRoot}/build/npm/{types,types-ts3.8}" ]
40
+ "outputs" : [
41
+ " {projectRoot}/build/types" ,
42
+ " {projectRoot}/build/types-ts3.8" ,
43
+ " {projectRoot}/build/npm/types" ,
44
+ " {projectRoot}/build/npm/types-ts3.8"
45
+ ]
36
46
},
37
47
"lint" : {
38
48
"inputs" : [" default" ],
You can’t perform that action at this time.
0 commit comments