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 1919 "declarationDir" : " types" ,
2020 "composite" : true ,
2121 "skipLibCheck" : true ,
22+ "emitDeclarationOnly" : true
2223 },
2324 "include" : [" src" ],
2425 "references" : [
Original file line number Diff line number Diff line change 1717 "outDir" : " dist" ,
1818 "declaration" : true ,
1919 "declarationDir" : " types" ,
20+ "emitDeclarationOnly" : true ,
2021 "composite" : true ,
2122 "skipLibCheck" : true
2223 },
Original file line number Diff line number Diff line change 1919 "declarationDir" : " types" ,
2020 "composite" : true ,
2121 "skipLibCheck" : true ,
22+ "emitDeclarationOnly" : true
2223 },
2324 "include" : [" src" ],
2425 "references" : [
Original file line number Diff line number Diff line change 1818 "declaration" : true ,
1919 "declarationDir" : " types" ,
2020 "composite" : true ,
21- "skipLibCheck" : true
21+ "skipLibCheck" : true ,
22+ "emitDeclarationOnly" : true
2223 },
2324 "include" : [" src" ],
2425 "references" : [
Original file line number Diff line number Diff line change 1818 "declaration" : true ,
1919 "declarationDir" : " types" ,
2020 "composite" : true ,
21- "skipLibCheck" : true
21+ "skipLibCheck" : true ,
22+ "emitDeclarationOnly" : true
2223 },
2324 "include" : [" src" ],
2425 "references" : [
Original file line number Diff line number Diff line change 2020 "composite" : true ,
2121 "skipLibCheck" : true ,
2222 "baseUrl" : " ." ,
23+ "emitDeclarationOnly" : true ,
2324 "paths" : {
24- "@/*" : [
25- " ./src/*"
26- ]
25+ "@/*" : [" ./src/*" ]
2726 }
2827 },
2928 "include" : [" src" ],
Original file line number Diff line number Diff line change 1919 "declarationDir" : " types" ,
2020 "composite" : true ,
2121 "skipLibCheck" : true ,
22+ "emitDeclarationOnly" : true ,
2223 "paths" : {
2324 "@shared/*" : [" ../../shared/*" ]
2425 }
Original file line number Diff line number Diff line change 1818 "declaration" : true ,
1919 "declarationDir" : " types" ,
2020 "composite" : true ,
21- "skipLibCheck" : true
21+ "skipLibCheck" : true ,
22+ "emitDeclarationOnly" : true
2223 },
2324 "include" : [" src" ]
2425}
Original file line number Diff line number Diff line change 1919 "declarationDir" : " types" ,
2020 "composite" : true ,
2121 "skipLibCheck" : true ,
22+ "emitDeclarationOnly" : true ,
2223 "paths" : {
2324 "@shared/*" : [" ../../shared/*" ]
2425 }
Original file line number Diff line number Diff line change 1515 "isolatedModules" : true ,
1616 "jsx" : " react-jsx" ,
1717 "composite" : true ,
18- "outDir" : " dist"
18+ "outDir" : " dist" ,
19+ "emitDeclarationOnly" : true
1920 },
2021 "include" : [" ." ],
2122 "references" : [
You can’t perform that action at this time.
0 commit comments