mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-04-30 12:42:27 +00:00
18 lines
310 B
JSON
18 lines
310 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"esnext",
|
|
"dom"
|
|
],
|
|
"types": [
|
|
"./node_modules/monaco-editor/monaco.d.ts",
|
|
"./node_modules/json-ast-comments/lib/index.d.ts",
|
|
"./node_modules/@types/toastify-js/index.d.ts",
|
|
"./types.d.ts"
|
|
]
|
|
},
|
|
"include": [
|
|
"."
|
|
]
|
|
}
|