Skip to content

Commit

Permalink
fix: config type import
Browse files Browse the repository at this point in the history
  • Loading branch information
applemonkey496 committed Aug 29, 2022
1 parent a2e8e76 commit 1c3c207
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thirty-taxis-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

fix import in the config type declarations
2 changes: 1 addition & 1 deletion packages/astro/config.d.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1c3c207

Please sign in to comment.