diff --git a/package.json b/package.json index 0b5558e..2de11a5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "0.0.1", "date": "2024-08-14", "description": "Conversions to and from multikeys and WebCrypto", - "main": "dist/index.ts", + "main": "dist/index.js", + "types": "dist/index.d.ts", "scripts": { "dist": "tsc -d", "docs": "./node_modules/.bin/typedoc index.ts lib/*",