We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0c21a commit aa93814Copy full SHA for aa93814
packages/create-vite/template-svelte-ts/svelte.config.js
@@ -1,5 +1,6 @@
1
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
2
3
+/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
4
export default {
5
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
6
// for more information about preprocessors
packages/create-vite/template-svelte/svelte.config.js
0 commit comments