Enhanced web editor

This commit is contained in:
Joseph Abbey
2024-01-23 21:19:07 +00:00
parent c062a6fcff
commit c4066e9fe3
7 changed files with 1924 additions and 0 deletions

3
web/types.d.ts vendored Normal file
View File

@ -0,0 +1,3 @@
declare namespace json {
export function parse(text: string): import('json-ast-comments').JsonDocument;
}