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 (13 loc) • 371 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist/cjs/types",
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"paths": {
"@project-chip/matter.js/*": ["/node_modules/@project-chip/matter.js/dist/cjs/*"],
"@project-chip/matter-node.js/*": ["/node_modules/@project-chip/matter-node.js/dist/cjs/*"]
}
}
}