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

12
web/jsconfig.json Normal file
View File

@ -0,0 +1,12 @@
{
"compilerOptions": {
"lib": ["esnext", "dom"],
"types": [
"./node_modules/monaco-editor/monaco.d.ts",
"./node_modules/json-ast-comments/lib/index.d.ts",
"./node_modules/@types/toastify-js/index.d.ts",
"./types.d.ts"
]
},
"include": ["."]
}