Skip to content

Commit aa93814

Browse files
babakfpsapphi-red
andauthored
refactor(create-vite): add jsdoc for svelte.config.js in svelte-ts template (vitejs#20543)
Co-authored-by: 翠 <[email protected]>
1 parent 2e0c21a commit aa93814

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/create-vite/template-svelte-ts/svelte.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
22

3+
/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
34
export default {
45
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
56
// for more information about preprocessors

packages/create-vite/template-svelte/svelte.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
22

3+
/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
34
export default {
45
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
56
// for more information about preprocessors

0 commit comments

Comments
 (0)