mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-04-29 20:22:52 +00:00
13 lines
284 B
JSON
13 lines
284 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": ["."]
|
|
}
|