Skip to content

Commit

Permalink
Update packages/kit/src/exports/public.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
  • Loading branch information
Rich-Harris and benmccann authored May 24, 2023
1 parent eee8be0 commit 721fc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kit/src/exports/public.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'svelte';
import 'vite/client';
import 'svelte'; // pick up `declare module "*.svelte"`
import 'vite/client'; // pick up `declare module "*.jpg"`, etc.
import '../types/ambient.js';

import { CompileOptions } from 'svelte/types/compiler/interfaces';
Expand Down

0 comments on commit 721fc90

Please sign in to comment.