From f2ff90d25c81409d21d2dba328566bef127b7e80 Mon Sep 17 00:00:00 2001 From: Max Korp Date: Fri, 1 Aug 2025 09:35:57 -0700 Subject: [PATCH] Ignore e2e folder in dojo build --- typescript-sdk/apps/dojo/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-sdk/apps/dojo/tsconfig.json b/typescript-sdk/apps/dojo/tsconfig.json index e6641fb62..af157911a 100644 --- a/typescript-sdk/apps/dojo/tsconfig.json +++ b/typescript-sdk/apps/dojo/tsconfig.json @@ -25,5 +25,5 @@ } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules", "e2e"] }