mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-15 19:08:40 +00:00
Restyled by jq
This commit is contained in:
@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"lib": ["esnext", "dom"],
|
"lib": [
|
||||||
|
"esnext",
|
||||||
|
"dom"
|
||||||
|
],
|
||||||
"types": [
|
"types": [
|
||||||
"./node_modules/monaco-editor/monaco.d.ts",
|
"./node_modules/monaco-editor/monaco.d.ts",
|
||||||
"./node_modules/json-ast-comments/lib/index.d.ts",
|
"./node_modules/json-ast-comments/lib/index.d.ts",
|
||||||
@ -8,5 +11,7 @@
|
|||||||
"./types.d.ts"
|
"./types.d.ts"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"include": ["."]
|
"include": [
|
||||||
|
"."
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
"monaco-editor": "0.45.0",
|
"monaco-editor": "0.45.0",
|
||||||
"serve": "^14.2.1"
|
"serve": "^14.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user