web: allow markdown import
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
5
web/src/global.d.ts
vendored
5
web/src/global.d.ts
vendored
@ -1,4 +1,9 @@
|
||||
declare module "*.css";
|
||||
declare module "*.md" {
|
||||
const html: string;
|
||||
const metadata: object;
|
||||
const filename: string;
|
||||
}
|
||||
|
||||
declare namespace Intl {
|
||||
class ListFormat {
|
||||
|
Reference in New Issue
Block a user