@switchbot/homebridge-switchbot
Version:
The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.
28 lines (27 loc) • 515 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"lib": [
"DOM",
"ES2022"
],
"rootDir": "src",
"module": "ES2022",
"moduleResolution": "bundler",
"strict": true,
"noImplicitAny": false,
"declaration": true,
"declarationMap": true,
"outDir": "dist",
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": [
"src"
],
"exclude": [
"**/*.spec.ts"
]
}