From ea44374d67dc880a52ce1ee6025e88e0c7bc3bee Mon Sep 17 00:00:00 2001 From: Kevin Berry <41717340+51ngul4r1ty@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:12:08 -0500 Subject: [PATCH] exclude api-types from jest --- atoll-mono.code-workspace | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atoll-mono.code-workspace b/atoll-mono.code-workspace index 5c4fb83..845c733 100644 --- a/atoll-mono.code-workspace +++ b/atoll-mono.code-workspace @@ -54,7 +54,8 @@ "vscode-extension", "shared", "scripts", - "rich-types" + "rich-types", + "api-types" ] }, "extensions": {