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 (15 loc) • 397 B
JSON
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"strictNullChecks": false,
"strict": false,
"lib": ["ES2022"],
"module": "commonjs",
"moduleResolution": "node",
"target": "es2022",
"noEmit": true,
"typeRoots": [".", "./types"]
},
"include": ["./types", "./**/*.js", "uibuilder.module.mjs"]
}