From 6d1d78ee63b3cedd16816be3088ded0167388010 Mon Sep 17 00:00:00 2001 From: Jakub Grzywacz Date: Sun, 10 Nov 2024 16:38:01 +0100 Subject: [PATCH] fix: tsconfig by excluding plugin from build --- tsconfig.build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index 2a21c28..e594e92 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,4 +1,4 @@ { "extends": "./tsconfig", - "exclude": ["example"] + "exclude": ["example", "plugin"] }