diff --git a/package.json b/package.json index 64f0a60..c6280b1 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "An implementation of the Romulus-M cryptography specification.", "main": "index.js", + "typings": "./dist/index.d.ts", "scripts": { "lint": "ts-standard", "test": "jest",