From be453a62aa49c3d444f8f6c2b053317e28385815 Mon Sep 17 00:00:00 2001 From: jonseppanen Date: Tue, 30 Nov 2021 23:36:34 +1000 Subject: [PATCH] Another ts error fix attempt --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 000a817..4cf3e21 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Context alternative for react. Link multiple states within components using a unique key, and set them/update them globally.", "main": "dist/index", "source": "src/index.js", + "typings": "src/global.d.ts", "repository": "jonseppanen/linkedState", "keywords": [ "context",