homebridge-stagg-ekg-plus
Version:
Homebridge plugin for the Stagg EKG+ electric kettle
17 lines (16 loc) • 368 B
JSON
{
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"lib": ["ES2020"],
"rootDir": "./src",
"outDir": "./dist",
"inlineSourceMap": true,
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationMap": true,
},
"exclude": ["node_modules", "dist"]
}