From 12bb203da0976fe0601bc61f3896338c639c7c48 Mon Sep 17 00:00:00 2001 From: Bas Meeuwissen Date: Fri, 10 May 2024 23:40:05 +0200 Subject: [PATCH] chore(examples): exclude webui folder (#522) --- examples/apps/full-stack/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/apps/full-stack/tsconfig.json b/examples/apps/full-stack/tsconfig.json index 65e13e0b..c42b9ef8 100644 --- a/examples/apps/full-stack/tsconfig.json +++ b/examples/apps/full-stack/tsconfig.json @@ -18,5 +18,6 @@ "jsx": "react-jsx" }, "include": ["src"], + "exclude": ["src/webui"], "references": [{ "path": "./tsconfig.node.json" }] }