We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27617e commit 990d2baCopy full SHA for 990d2ba
src/app.d.ts
@@ -1,4 +1,4 @@
1
-// See https://kit.svelte.dev/docs/types#app
+// See https://svelte.dev/docs/kit/types#app.d.ts
2
// for information about these interfaces
3
import type { PostHog } from "posthog-node";
4
tsconfig.json
@@ -12,7 +12,7 @@
12
"sourceMap": true,
13
"strict": true
14
}
15
- // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
+ // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
16
//
17
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
18
// from the referenced tsconfig.json - TypeScript does not merge them in
0 commit comments