UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED using any (or no) front-end library.

14 lines (13 loc) 298 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "strictNullChecks": false, "strict": false, "lib": ["ES2022"], "module": "commonjs", "moduleResolution": "node", "target": "es2022", "noEmit": true, } }