We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e8e76 commit d431fbeCopy full SHA for d431fbe
.changeset/thirty-taxis-lick.md
@@ -0,0 +1,5 @@
1
+---
2
+'astro': patch
3
4
+
5
+fix import in the config type declarations
packages/astro/config.d.ts
@@ -1,5 +1,5 @@
type ViteUserConfig = import('vite').UserConfig;
-type AstroUserConfig = import('./dist/types/@types/astro').AstroUserConfig;
+type AstroUserConfig = import('./dist/@types/astro').AstroUserConfig;
/**
* See the full Astro Configuration API Documentation
0 commit comments