node-red-contrib-uibuilder
Version:
Easily create web UI's for Node-RED using any (or no) front-end library. VueJS and bootstrap-vue included but change as desired.
20 lines • 415 B
JSON
{
"compilerOptions": {
"noEmit": true,
"module": "none",
"moduleResolution":"node",
"allowSyntheticDefaultImports":true,
"alwaysStrict":false,
"newLine":"lf",
"target": "es6",
"checkJs": true,
"lib": [
"dom",
"es6"
]
},
"exclude": ["node_modules", "**/node_modules/*"],
"include": [
"../vue-global.d.ts"
]
}