Skip to content

Commit

Permalink
chore: add type declaration for .astro files
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Aug 8, 2024
1 parent 5212f7d commit 775b23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playground/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="astro/client" />

declare module '*.vue'
declare module '*.astro'

0 comments on commit 775b23b

Please sign in to comment.