From 9b2c55a53102b02c9523346d6dbc7ff79135c2cf Mon Sep 17 00:00:00 2001 From: ntnyq Date: Mon, 17 Jan 2022 12:35:53 +0800 Subject: [PATCH] package.json types refer to .d.ts file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86320fe..b34a361 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Pure-JS ADLER-32", "keywords": [ "adler32", "checksum" ], "main": "./adler32", - "types": "types", + "types": "types/index.d.ts", "dependencies": { "printj": "~1.2.2" },