Skip to content

Commit f28b208

Browse files
committed
build: ignore vite plugin type errors
1 parent 6bea92a commit f28b208

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ export default defineConfig({
2626
integrations: [alpinejs({ entrypoint: "/src/scripts/alpine" }), svelte()],
2727
vite: {
2828
plugins: [
29+
// @ts-expect-error
2930
tailwindcss(),
31+
// @ts-expect-error
3032
Icons({ compiler: "svelte" }),
33+
// @ts-expect-error
3134
Icons({ compiler: "astro" }),
3235
visualizer(),
3336
],

0 commit comments

Comments
 (0)