diff --git a/tsconfig.json b/tsconfig.json index 5954df0..346ff5d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "noEmit": true }, "exclude": [ - "node_modules" + "node_modules", + "build" ] }