diff options
Diffstat (limited to '.astro/types.d.ts')
| -rw-r--r-- | .astro/types.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.astro/types.d.ts b/.astro/types.d.ts new file mode 100644 index 0000000..03d7cc4 --- /dev/null +++ b/.astro/types.d.ts @@ -0,0 +1,2 @@ +/// <reference types="astro/client" /> +/// <reference path="content.d.ts" />
\ No newline at end of file |
