Skip to content

Commit

Permalink
declaración de módulos astro
Browse files Browse the repository at this point in the history
  • Loading branch information
vvaldesc committed Jun 16, 2024
1 parent ebc7118 commit 0dd0197
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions astro.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// astro.d.ts
declare module '*.astro' {
const content: any;
export default content;
}

0 comments on commit 0dd0197

Please sign in to comment.