Skip to content

Commit

Permalink
fix: force build target
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Dec 3, 2024
1 parent b68c247 commit 2eab0ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 1 addition & 5 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ export default defineConfig({
manifest,
}),
],
build: {
target: "ES2022",
},
})

0 comments on commit 2eab0ab

Please sign in to comment.