From 9f6dd278d724e5e7c98053ca5bf43d55ffe0e409 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Tue, 1 Jun 2021 01:18:26 -0500 Subject: [PATCH] Excluded swell and venture temporarily --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9e712fb18..589512621 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,5 +27,5 @@ } }, "include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"], - "exclude": ["node_modules"] + "exclude": ["node_modules", "framework/swell", "framework/vendure"] }