From 88ef3b87ed1e4a830862bc9eeebeb21db9bb5844 Mon Sep 17 00:00:00 2001 From: Leibale Date: Wed, 28 Feb 2024 10:26:23 -0500 Subject: [PATCH] exclude ./lib/sentinel/test-util.ts from build --- packages/client/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/client/tsconfig.json b/packages/client/tsconfig.json index 5e044cbaa1..8caa47300d 100644 --- a/packages/client/tsconfig.json +++ b/packages/client/tsconfig.json @@ -9,7 +9,8 @@ ], "exclude": [ "./lib/test-utils.ts", - "./lib/**/*.spec.ts" + "./lib/**/*.spec.ts", + "./lib/sentinel/test-util.ts" ], "typedocOptions": { "entryPoints": [