From d02ad15bdf329839031475a0dcf850b234d04585 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Fri, 5 Aug 2022 12:56:17 -0700 Subject: [PATCH] fix(types): fix path to typings --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f106d057..c08accbf 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "endOfLine": "auto", "singleQuote": true }, - "types": "./types/index.d.ts", + "types": "./types/src/index.d.ts", "devDependencies": { "@types/debug": "4.1.7", "@types/mocha": "9.1.1",