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.

36 lines (32 loc) 877 B
{ "compileOnSave": true, "compilerOptions": { "target": "es2022", "module": "NodeNext", "rootDir": "./CLI", "outDir": "./CLI", "declaration": false, //"declarationDir": "./dist/types", "allowArbitraryExtensions": true, "allowSyntheticDefaultImports": true, "allowJs": false, "skipLibCheck": true, "noImplicitOverride": true, "noImplicitThis": true, "esModuleInterop": true, "resolveJsonModule": true, "paths": { "*": ["./CLI/*", "./dist/esm/*", "./dist/esm/types/*"], "isy-nodejs": ["./dist/esm/*", "./dist/esm/types/*"] } }, "include": ["CLI/**/*"], "ts-node": { "transpileOnly": true, "compilerOptions": { "module": "NodeNext", "target": "ESNext" } }, "exclude": ["node_modules/@project-chip/*", "node_modules", "dist", "coverage", "temp", "scripts", "test", "bin", "types", "index.ts", "index.js", "index.d.ts"] }