diff --git a/tsconfig.json b/tsconfig.json index 02f81ad..33f360e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,5 +20,5 @@ { "path": "packages/view-builders" }, { "path": "packages/plugin-utils" } ], - "exclude": ["node_modules", "dist", "docs-site"] + "exclude": ["node_modules", "dist", "docs-site", "packages/*/fixtures"] }