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.

13 lines (12 loc) 266 B
{ "extends": "./tsconfig.json", "compilerOptions": { "declarationDir": "./dist/esm/types", "declarationMap": true, "declaration": true, "emitDeclarationOnly": true, "module": "NodeNext", "resolveJsonModule": true, "moduleResolution": "NodeNext" } }