diff --git a/svelte.config.js b/svelte.config.js index 2e011dd..5e279ee 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -17,10 +17,11 @@ const config = { // Consult https://kit.svelte.dev/docs/integrations#preprocessors // for more information about preprocessors preprocess: [ - vitePreprocess(), preprocess({ postcss: true }), + vitePreprocess(), + // No neeed rn unless using mdsvex highlighter with svelte components //mdsvexGlobalComponents({ // dir: `$lib/components/blog`, diff --git a/tsconfig.json b/tsconfig.json index c1bb777..d7877c5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ "sourceMap": true }, "include": ["./scripts/**/*", "./test/*.js", "./*.js"], - "exclude": ["node_modules/*", ".svelte-kit/*"] + "exclude": ["node_modules/*"] // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias // // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes