homebridge-harmony-control/tsconfig.json

14 lines
268 B
JSON
Raw Normal View History

2019-06-11 17:32:22 +00:00
{
2020-12-12 02:59:29 +00:00
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"declaration": true,
"outDir": "./bin",
"strict": true,
"sourceMap": true,
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["**/node_modules", "**/__tests__/*"]
}