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.

20 lines (19 loc) 366 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "noEmit": true, "strict": true, "strictNullChecks": false, "target": "ESNext", "module": "ESNext", "typeRoots": [ ".", "./types" ] }, "include": [ "types/**/*.d.ts", "**/*.mjs" ] }