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.

16 lines (14 loc) 362 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "strictNullChecks": false, "strict": false, "lib": ["ES2022"], "module": "commonjs", "moduleResolution": "node", "target": "es2022", "noEmit": true, "typeRoots": [".", "./types", "./node_modules/@types"] } }