UNPKG

@pmouli/isy-matter-server

Version:

Service to expose an ISY device as a Matter Border router

39 lines 1.44 kB
{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./dist/cjs", "module": "commonjs", "sourceMap": true, "declaration": true, "declarationDir": "./dist/cjs/types", "declarationMap": true, "paths": { "@project-chip/matter.js/*": [ "../../node_modules/@project-chip/matter.js/dist/cjs/*/export.d.ts", "../../node_modules/@project-chip/matter.js/dist/cjs/endpoint/definitions/export.d.ts", "../../node_modules/@project-chip/matter.js/dist/cjs/behavior/definitions/export.d.ts" ], "@project-chip/matter.js/behaviors/*": [ "../../node_modules/@project-chip/matter.js/dist/cjs/behavior/definitions/*/export.d.ts" ], "@project-chip/matter.js/devices/*": [ "../../node_modules/@project-chip/matter.js/dist/cjs/endpoint/definitions/export.d.ts" ], "@project-chip/matter.js": [ "../../node_modules/@project-chip/matter.js/dist/cjs/export.d.ts" ], "@project-chip/matter-node.js/environment": [ "../../node_modules/@project-chip/matter-node.js/dist/cjs/environment/export.d.ts" ], "@project-chip/matter-node.js": [ "../../node_modules/@project-chip/matter-node.js/dist/cjs/export.d.ts" ], "@project-chip/matter-node.js/*": [ "../../node_modules/@project-chip/matter-node.js/dist/cjs/export.d.ts" ], "@project-chip/matter-node.js/storage": [ "../../node_modules/@project-chip/matter-node.js/dist/cjs/storage/export.d.ts" ] } } }