Open benmccann opened 1 year ago
I noticed that in the distributed package that esm/src/mod.ts exports esm/src/types.js which is basically an empty file which just has export {}; so I thought maybe this could be removed
esm/src/mod.ts
esm/src/types.js
export {};
I noticed that in the distributed package that
esm/src/mod.ts
exportsesm/src/types.js
which is basically an empty file which just hasexport {};
so I thought maybe this could be removed