diff --git a/svelte.config.ts b/svelte.config.js similarity index 85% rename from svelte.config.ts rename to svelte.config.js index 68ec437..3b68c6d 100644 --- a/svelte.config.ts +++ b/svelte.config.js @@ -1,8 +1,8 @@ import adapter from '@sveltejs/adapter-node'; import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; -import type { Config } from '@sveltejs/kit'; -const config: Config = { +/** @type {import('@sveltejs/kit').Config} */ +const config = { // Consult https://svelte.dev/docs/kit/integrations // for more information about preprocessors preprocess: vitePreprocess(),