mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-16 03:18:35 +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": [
|
||||||
|
"."
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user