Skip to content

Commit

Permalink
fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 18, 2023
1 parent 33bcca2 commit 7a26b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server-cloud-communication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput"
},
"main": "./src/index.ts",
"typings": "./dist/index.d.ts",
"types": "./src/index.ts",
"files": [
"/dist"
]
Expand Down

0 comments on commit 7a26b8c

Please sign in to comment.