Closed ryoppippi closed 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.
src/
dts
src
OH, it accepts custom path! THanks
SvelteKit loads all files in
src/
by default. If thedts
file is generated insidesrc
directory, we don't need to modify tsconfig file. Or it is fine ifdts
option accepts path string like unplugin-auto-import.