File tree Expand file tree Collapse file tree 10 files changed +15
-7
lines changed Expand file tree Collapse file tree 10 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 19
19
"declarationDir" : " types" ,
20
20
"composite" : true ,
21
21
"skipLibCheck" : true ,
22
+ "emitDeclarationOnly" : true
22
23
},
23
24
"include" : [" src" ],
24
25
"references" : [
Original file line number Diff line number Diff line change 17
17
"outDir" : " dist" ,
18
18
"declaration" : true ,
19
19
"declarationDir" : " types" ,
20
+ "emitDeclarationOnly" : true ,
20
21
"composite" : true ,
21
22
"skipLibCheck" : true
22
23
},
Original file line number Diff line number Diff line change 19
19
"declarationDir" : " types" ,
20
20
"composite" : true ,
21
21
"skipLibCheck" : true ,
22
+ "emitDeclarationOnly" : true
22
23
},
23
24
"include" : [" src" ],
24
25
"references" : [
Original file line number Diff line number Diff line change 18
18
"declaration" : true ,
19
19
"declarationDir" : " types" ,
20
20
"composite" : true ,
21
- "skipLibCheck" : true
21
+ "skipLibCheck" : true ,
22
+ "emitDeclarationOnly" : true
22
23
},
23
24
"include" : [" src" ],
24
25
"references" : [
Original file line number Diff line number Diff line change 18
18
"declaration" : true ,
19
19
"declarationDir" : " types" ,
20
20
"composite" : true ,
21
- "skipLibCheck" : true
21
+ "skipLibCheck" : true ,
22
+ "emitDeclarationOnly" : true
22
23
},
23
24
"include" : [" src" ],
24
25
"references" : [
Original file line number Diff line number Diff line change 20
20
"composite" : true ,
21
21
"skipLibCheck" : true ,
22
22
"baseUrl" : " ." ,
23
+ "emitDeclarationOnly" : true ,
23
24
"paths" : {
24
- "@/*" : [
25
- " ./src/*"
26
- ]
25
+ "@/*" : [" ./src/*" ]
27
26
}
28
27
},
29
28
"include" : [" src" ],
Original file line number Diff line number Diff line change 19
19
"declarationDir" : " types" ,
20
20
"composite" : true ,
21
21
"skipLibCheck" : true ,
22
+ "emitDeclarationOnly" : true ,
22
23
"paths" : {
23
24
"@shared/*" : [" ../../shared/*" ]
24
25
}
Original file line number Diff line number Diff line change 18
18
"declaration" : true ,
19
19
"declarationDir" : " types" ,
20
20
"composite" : true ,
21
- "skipLibCheck" : true
21
+ "skipLibCheck" : true ,
22
+ "emitDeclarationOnly" : true
22
23
},
23
24
"include" : [" src" ]
24
25
}
Original file line number Diff line number Diff line change 19
19
"declarationDir" : " types" ,
20
20
"composite" : true ,
21
21
"skipLibCheck" : true ,
22
+ "emitDeclarationOnly" : true ,
22
23
"paths" : {
23
24
"@shared/*" : [" ../../shared/*" ]
24
25
}
Original file line number Diff line number Diff line change 15
15
"isolatedModules" : true ,
16
16
"jsx" : " react-jsx" ,
17
17
"composite" : true ,
18
- "outDir" : " dist"
18
+ "outDir" : " dist" ,
19
+ "emitDeclarationOnly" : true
19
20
},
20
21
"include" : [" ." ],
21
22
"references" : [
You can’t perform that action at this time.
0 commit comments