Skip to content

Commit f6da5e0

Browse files
refactor(ts-expect-error): app-417 TS7016 mqtt
1 parent f4d4b6c commit f6da5e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "MQTT client for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
7-
"types": "lib/typescript/src/index.d.ts",
7+
"types": "lib/typescript/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",
1010
"files": [

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export type KeyStoreOptions = {
289289
*/
290290
export type ConnectionParameters = {
291291
host: string;
292-
port: string;
292+
port: number;
293293
clientId: string;
294294
reconnect: boolean;
295295
};

0 commit comments

Comments
 (0)