XaveScor / smartbundle

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

vscode cannot resolve .d.mts typings #84

Closed XaveScor closed 3 weeks ago

XaveScor commented 3 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";