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.

19 lines (18 loc) 355 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "noEmit": true, "strict": true, "target": "ES2020", "module": "ESNext", "baseUrl": "./src", "typeRoots": [ "./types" ] }, "include": [ "types/**/*.d.ts", "src/**/*.{js,cjs,mjs}" ] }