diff --git a/jsconfig.json b/jsconfig.json index 4043666..80a321b 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -11,8 +11,4 @@ "strict": true, "moduleResolution": "bundler" } - // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias and https://kit.svelte.dev/docs/configuration#files - // - // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes - // from the referenced tsconfig.json - TypeScript does not merge them in -} +} \ No newline at end of file diff --git a/vite.config.js b/vite.config.js index 7bd2590..dab785b 100644 --- a/vite.config.js +++ b/vite.config.js @@ -14,4 +14,7 @@ export default defineConfig({ manifest, }), ], + build: { + target: "ES2022", + }, })