From 5a971cf37ef9f4601ca1d01c1ded575ec9bd11f4 Mon Sep 17 00:00:00 2001 From: Aliaksei Hrynko Date: Sat, 28 Sep 2024 13:59:30 +0200 Subject: [PATCH] Update TSConfig --- tsconfig.build.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.build.json b/tsconfig.build.json index 711f8f8..743b01b 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -5,6 +5,7 @@ "declaration": true, "declarationDir": "dist/types", "emitDeclarationOnly": true, + "noEmit": false, "stripInternal": true, "composite": false }