diff --git a/nodemon.json b/nodemon.json index e74a8f5..6f2b3fc 100644 --- a/nodemon.json +++ b/nodemon.json @@ -2,5 +2,6 @@ "verbose": false, "execMap": { "ts": "ts-node" - } + }, + "ignore": ["./dist"] }