diff --git a/tsconfig.web.json b/tsconfig.web.json index fd4fd93..3df948f 100644 --- a/tsconfig.web.json +++ b/tsconfig.web.json @@ -19,6 +19,7 @@ "packages/*/dev" ], "exclude": [ - "packages/*/examples" + "packages/*/dist", + "packages/*/node_modules" ] } \ No newline at end of file