XaveScor / smartbundle

Just code, no config. Zero-config bundler for js libraries
32 stars 0 forks source link

97: fix dts generation #98

Closed XaveScor closed 1 week ago

XaveScor commented 1 week ago

tsc doesn't generate lib -> lib/index.js if mode is bundler. But it is affected in vscode if the bundled d.ts doesn't have the full paths. We need to add index.js/mjs manually

resolves #97