mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-12 06:08:34 +00:00
- its only used for typings - it creates problems with peerDependencies - just let it die
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
/// <reference path="../.astro/types.d.ts" />
|
|
/// <reference types="astro/client" />
|
|
|
|
declare module 'date-fns';
|