Compiles and runs. Devices appearing in home kit.

This commit is contained in:
watsonb8
2019-06-14 23:41:13 -04:00
parent 356589b1fe
commit 39bf619b3a
12 changed files with 2030 additions and 28 deletions

12
tslint.json Normal file
View File

@@ -0,0 +1,12 @@
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {
"ordered-imports": false,
"semicolon": true,
},
"rules": {},
"rulesDirectory": []
}