mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-08 17:26:43 +02:00
4 lines
220 B
TypeScript
4 lines
220 B
TypeScript
/* eslint-disable @typescript-eslint/triple-slash-reference */
|
|
/// <reference path="../.astro/types.d.ts" />
|
|
/// <reference types="astro/client" />
|
|
/// <reference path="../node_modules/@astrojs/starlight/virtual.d.ts"/>
|