highlightjs / vue-plugin

Highlight.js Vue Plugin
BSD 3-Clause "New" or "Revised" License
201 stars 27 forks source link

Fix TS1444 error #40

Open abchiyi opened 1 year ago

abchiyi commented 1 year ago

When both "preserveValueImports" and "isolatedModules" are enabled, you must import using type-only imports.

joshgoebel commented 1 year ago

Should both those things be enabled?