diff --git a/tsconfig.json b/tsconfig.json index fea25cd..3c5fbc6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "declarationMap": true, }, "exclude": [ - "node_modules" + "node_modules", + "dist", ], } \ No newline at end of file