diff --git a/tsconfig.json b/tsconfig.json index 85dc8e5..b01b6ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,9 @@ } }, "exclude" : [ - "./app" + "./app", + "./cli", + "./node_modules", + "./dist" ] } \ No newline at end of file