GarminHomeAssistant/web/jsconfig.json
2024-01-25 14:28:34 +00:00

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": [
"."
]
}