[chore] Update packages and config

This commit is contained in:
2023-01-14 12:35:45 +01:00
parent 6888f9afc5
commit 1143651549
6 changed files with 78 additions and 60 deletions

View File

@@ -1,11 +1,13 @@
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
// and what to do when importing types
declare namespace App {
// interface Locals {}
// interface PageData {}
// interface Error {}
// interface Platform {}
declare global {
namespace App {
// interface Locals {}
// interface PageData {}
// interface Error {}
// interface Platform {}
}
}