mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-04-30 04:32:26 +00:00
Restyled by prettier-json
This commit is contained in:
@ -1,9 +1,6 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"lib": [
|
"lib": ["esnext", "dom"],
|
||||||
"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",
|
||||||
@ -11,7 +8,5 @@
|
|||||||
"./types.d.ts"
|
"./types.d.ts"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": ["."]
|
||||||
"."
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user