Documentation for web editor

This commit is contained in:
Joseph Abbey
2024-01-31 10:12:49 +00:00
parent 6e842af372
commit 4119997ddd
3 changed files with 140 additions and 1 deletions

4
web/types.d.ts vendored
View File

@ -1,3 +1,7 @@
declare namespace json {
export function parse(text: string): import('json-ast-comments').JsonDocument;
}
declare module 'https://cdn.jsdelivr.net/npm/monaco-yaml@5.1.1/+esm' {
export * from 'monaco-yaml';
}