diff --git a/nodemon.json b/nodemon.json index fbe45a6..ee60dc6 100644 --- a/nodemon.json +++ b/nodemon.json @@ -1,6 +1,6 @@ { "ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"], - "watch": ["src"], + "watch": ["dist"], "exec": "npm start", - "ext": "ts" + "ext": "js" }