From 728bccd70e4d952dd8e90d04304df82b055b9c7d Mon Sep 17 00:00:00 2001 From: Juan Murcia Date: Tue, 29 Oct 2024 11:41:20 -0500 Subject: [PATCH] Include internal exports into the declaration files for LibCheck to work --- tsconfig.build.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.build.json b/tsconfig.build.json index 4c7dfa8c..d1360466 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -3,6 +3,7 @@ "compilerOptions": { "declaration": true, "noEmit": false, + "stripInternal": false, "rootDir": "src/", }, "exclude": [