From 742a35a2eddddfc4de52baf0cb3d6b09c87a51e3 Mon Sep 17 00:00:00 2001 From: Patrick Eriksson Date: Sun, 14 May 2023 10:35:05 +0200 Subject: [PATCH] Fixes #35 --- tsconfig.build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index fc0b50e..141864d 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -2,7 +2,7 @@ "extends": "./tsconfig.base.json", "compilerOptions": { "composite": false, - "declaration": false, + "declaration": true, "outDir": "./dist", "rootDir": "./src", "resolveJsonModule": true