fix: config type import (#4524)

This commit is contained in:
applemonkey496 2022-08-28 20:12:58 -07:00 committed by GitHub
parent a2e8e76c30
commit d431fbe4e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
fix import in the config type declarations

View file

@ -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