mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-17 03:48:32 +00:00
Enhanced web editor
This commit is contained in:
12
web/jsconfig.json
Normal file
12
web/jsconfig.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"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": ["."]
|
||||
}
|
Reference in New Issue
Block a user