diff --git a/package.json b/package.json index a5612ca..a43391b 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Group peer to peer video calls for anybody.", "repository": "https://github.com/jeremija/peer-calls", "main": "lib/index.js", + "types": "lib/index.d.ts", "bin": { "peercalls": "./lib/index.js" },