mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-04-29 20:22:52 +00:00
Restyled by prettier-json
This commit is contained in:
@ -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": ["."]
|
||||
}
|
||||
|
Reference in New Issue
Block a user