knx-listener
Version:
A thin client that creates a tunnel to knx gateway to listen to telegrams within knx net
20 lines • 419 B
JSON
{
"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/*"
]
}