diff --git a/tsconfig.json b/tsconfig.json index 83ac5d4..4c75c72 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ "baseUrl": "./", "incremental": true }, - "exclude": ["node_modules", "dist", "example-app"] + "exclude": ["node_modules", "dist", "app"] }