diff --git a/js/tsconfig.json b/js/tsconfig.json index 163b28e..06609e5 100644 --- a/js/tsconfig.json +++ b/js/tsconfig.json @@ -18,6 +18,7 @@ } }, "exclude": [ - "node_modules" + "node_modules", + "dist" ] }