homebridge-tsvesync
Version:
Homebridge plugin for VeSync devices including Levoit air purifiers, humidifiers, and Etekcity smart outlets
29 lines • 509 B
JSON
{
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"lib": [
"ES2015",
"ES2016",
"ES2017",
"ES2018"
],
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"noImplicitAny": true,
"skipLibCheck": true,
"types": ["node", "jest"]
},
"include": [
"src"
],
"exclude": [
"**/*.spec.ts",
"**/*.test.ts"
]
}