From cca231bb4c27f0a4b8ffc8902b1bfaa1d3496d77 Mon Sep 17 00:00:00 2001 From: Vladimir Ignatov Date: Fri, 23 Aug 2024 13:18:32 -0400 Subject: [PATCH] Trying to fix the build --- tsconfig.module.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.module.json b/tsconfig.module.json index 6d66479e..78dfe2b7 100644 --- a/tsconfig.module.json +++ b/tsconfig.module.json @@ -7,7 +7,8 @@ "importHelpers": false, "outDir": "dist/lib", "listEmittedFiles": false, - "declaration": true + "declaration": true, + "typeRoots": [] }, "include": [ "src"