Skip to content

Commit

Permalink
fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremynoesen committed Nov 23, 2023
1 parent f2f1fde commit 94f7970
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-dyson-bp01",
"displayName": "Homebridge Dyson BP01",
"version": "1.10.3",
"version": "1.10.4",
"description": "A Homebridge plugin that adds a Dyson BP01 to HomeKit using a BroadLink RM",
"type": "module",
"main": "dist/accessory.js",
Expand Down
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"outDir": "dist",
"noImplicitAny": false,
"removeComments": true
}
},
"include": [
"src"
]
}

0 comments on commit 94f7970

Please sign in to comment.