frontend: install and configure mdsvex
This commit is contained in:
11
web/src/app.d.ts
vendored
11
web/src/app.d.ts
vendored
@@ -1,3 +1,14 @@
|
||||
// needed so that changelog files are appropriately
|
||||
// typed as svelte components
|
||||
declare module '*.md' {
|
||||
import type { SvelteComponentDev } from 'svelte/internal';
|
||||
|
||||
export default class Comp extends SvelteComponentDev {
|
||||
$$prop_def: {};
|
||||
}
|
||||
export const metadata: Record<string, any>;
|
||||
}
|
||||
|
||||
// See https://kit.svelte.dev/docs/types#app
|
||||
// for information about these interfaces
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user