Restyled by jq

This commit is contained in:
Restyled.io
2024-01-25 14:28:34 +00:00
parent 7b227499c8
commit 4ddf8339b8
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,9 @@
{
"compilerOptions": {
"lib": ["esnext", "dom"],
"lib": [
"esnext",
"dom"
],
"types": [
"./node_modules/monaco-editor/monaco.d.ts",
"./node_modules/json-ast-comments/lib/index.d.ts",
@ -8,5 +11,7 @@
"./types.d.ts"
]
},
"include": ["."]
"include": [
"."
]
}

View File

@ -16,4 +16,4 @@
"monaco-editor": "0.45.0",
"serve": "^14.2.1"
}
}
}