Restyled by prettier-json

This commit is contained in:
Restyled.io
2024-01-25 14:28:38 +00:00
parent bb55ed4c69
commit 4a8185a937

View File

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