UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.

15 lines (14 loc) 285 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "noEmit": true, "strict": true, "target": "ES2020", "module": "ESNext", "moduleResolution": "Node", "baseUrl": "./src", "typeRoots": ["./types"] }, "include": ["types", "src/**/*.js"] }