From 4408be25e3286652e5c6762cc7655e5eb9e15cfb Mon Sep 17 00:00:00 2001 From: Mauricio Poppe Date: Fri, 2 Feb 2024 18:25:45 -0500 Subject: [PATCH] fix: re-add typescript declarations --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ce890d1..272e8fd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "sourceMap": true, "outDir": "dist", "baseUrl": ".", + "declaration": true, "paths": { "*": [ "node_modules/*"