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"] }