From 79c53842561d1da341602f8528dc5bc9710efce9 Mon Sep 17 00:00:00 2001 From: Thomas Osmonson Date: Sat, 11 Dec 2021 10:58:34 -0600 Subject: [PATCH] fix: types not correctly defined in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b3384b..0d90987 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "files": [ "lib" ], - "types": "index.d.ts", + "types": "lib/index.d.ts", "scripts": { "build": "tsc -d && tsc -p tsconfig.esm.json", "build-release": "rollup -c rollup.config.js",