From 2583522b30a40db5ff046d6f4ad061aa6ab005c2 Mon Sep 17 00:00:00 2001 From: may-day Date: Sat, 14 Jan 2023 11:57:20 +0100 Subject: [PATCH] fix location of types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b750b2e..a78e9fa 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "files": [ "lib" ], - "types": "lib/index.d.ts", + "types": "lib/src/index.d.ts", "scripts": { "test": "karma start", "test-dev": "karma start --browsers Chrome --singleRun false --timeout 30000 --autoWatch",