UNPKG

knx-listener

Version:

A thin client that creates a tunnel to knx gateway to listen to telegrams within knx net

20 lines 419 B
{ "compilerOptions": { "declaration": true, "target": "es2016", "inlineSourceMap": true, "inlineSources": true, "forceConsistentCasingInFileNames": true, "outDir": "dist", "module": "commonjs", "preserveConstEnums": false, "importHelpers": true, "alwaysStrict": true, "declarationDir": "dist", "allowJs": false, "newLine": "LF" }, "include": [ "src/*" ] }