vite-dts icon indicating copy to clipboard operation
vite-dts copied to clipboard

feat: allow using .mjs extension

Open rexxars opened this issue 3 years ago • 0 comments

If you define a file in the module field which has a .mjs extension, this plugin currently overwrites it with the type definitions. With this change, it instead correctly writes to .mjs.d.ts

rexxars avatar Mar 04 '22 07:03 rexxars