UNPKG

isy-nodejs

Version:

Node.js wrapper for ISY interface including websockets for change notifications. Fork of isy-js by Rod Toll. Designed to be used in a node.js application.

15 lines (14 loc) 554 B
{ "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist/esm", "declarationDir": "./dist/esm/types", "composite": true, "paths": { "@udi/*": ["../packages/*/src"] } }, "include": ["src", "types/**/*", "src/Devices/Insteon/DeviceMapClean.json"], "exclude": ["src/Devices/ZigBeeLegacy/Generated/*", "src/Devices/Poly/Generated/*", "src/Devices/Brultech/Generated/*", "src/Devices/NCD/Generated/*", "src/Devices/Scene/Generated/*", "src/Devices/UDI/Generated/*", "**/node_modules", "**/.*/"] }