UNPKG

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.

11 lines 282 B
{ "compilerOptions": { "module": "commonjs", "target": "es2017", "checkJs": true, "allowSyntheticDefaultImports": true }, "baseUrl": "..", "include": ["../typedefs.js"], "exclude": ["node_modules", "**/node_modules/*", "tilogger.js"], }