Mohamed-Kaizen / unplugin-svelte-components

On-demand components auto importing for Svelte
MIT License
37 stars 7 forks source link

create dts file in `src/` by default #22

Closed ryoppippi closed 1 month ago

ryoppippi commented 1 month ago

SvelteKit loads all files in src/ by default. If the dts file is generated inside src directory, we don't need to modify tsconfig file. Or it is fine if dts option accepts path string like unplugin-auto-import.

ryoppippi commented 1 month ago

OH, it accepts custom path! THanks