XaveScor / smartbundle

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

vscode cannot resolve .d.mts typings #84

Closed XaveScor closed 4 weeks ago

XaveScor commented 4 weeks ago

Need to add the extensions to imports and reexports

export { createMutation, type Mutation } from "./mutation/mutation";

to

export { createMutation, type Mutation } from "./mutation/mutation.mjs";