From 5c059cd015696a99be3b2f1d717aa08c80f08ddd Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Sun, 26 Jun 2022 02:23:07 +0200 Subject: [PATCH] clean up --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 491d1f5..44621bd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,5 +23,5 @@ "types": ["@cloudflare/workers-types"] }, "include": ["src"], - "exclude": ["node_modules", "dist", "test"] + "exclude": ["node_modules"] } \ No newline at end of file