Skip to content

Commit

Permalink
add ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Dec 12, 2024
1 parent 2abf581 commit 9ade2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
const config = {
// Consult https://svelte.dev/docs/kit/integrations
// for more information about preprocessors
preprocess: vitePreprocess(),
preprocess: vitePreprocess({ script: true }),

kit: {
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
Expand Down

0 comments on commit 9ade2ba

Please sign in to comment.