From 73d12d3be27975d716effe6b0b379ebbd675e827 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Sun, 2 Feb 2025 14:06:07 -0600 Subject: [PATCH] attempting to resolve type issues --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f092f17..5585840 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,5 +16,6 @@ "@cloudflare/workers-types", "deno" ] - } + }, + "exclude": ["examples"] } \ No newline at end of file