File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ telescope({
106106
107107 // Exports we want to provide at the root of the "cosmjs-types" package
108108
109- export { DeepPartial, Exact } from "./helpers";
109+ export type { DeepPartial, Exact } from "./helpers";
110110 ` ;
111111 writeFileSync ( `${ outPath } /index.ts` , index_ts ) ;
112112
Original file line number Diff line number Diff line change 22
33// Exports we want to provide at the root of the "cosmjs-types" package
44
5- export { DeepPartial , Exact } from "./helpers" ;
5+ export type { DeepPartial , Exact } from "./helpers" ;
Original file line number Diff line number Diff line change 44 "declaration" : true ,
55 "esModuleInterop" : true ,
66 "forceConsistentCasingInFileNames" : true ,
7+ "isolatedModules" : true ,
78 "lib" : [" es2020" ],
89 "module" : " node20" ,
910 "newLine" : " LF" ,
You can’t perform that action at this time.
0 commit comments