diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-15 23:06:26 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-15 23:06:26 +0200 |
| commit | 58f7d52150456713d3132408668a92d0f6f3d084 (patch) | |
| tree | 4b346042a684e416e53c4f4ac779060b832ad227 /src/global.d.ts | |
| parent | 63c3da2af27fcfb1a9893ade03543e3a30949c8d (diff) | |
Port to sveltekit
Diffstat (limited to 'src/global.d.ts')
| -rw-r--r-- | src/global.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/global.d.ts b/src/global.d.ts new file mode 100644 index 0000000..79d7d7f --- /dev/null +++ b/src/global.d.ts @@ -0,0 +1,3 @@ +/// <reference types="@sveltejs/kit" /> +/// <reference types="svelte" /> +/// <reference types="vite/client" /> |