From 09706f0a66c0644bdd5bf2f65ab855443ddd80f3 Mon Sep 17 00:00:00 2001 From: "Umang G. Patel" <23169768+robonetphy@users.noreply.github.com> Date: Mon, 29 Aug 2022 01:24:17 +0530 Subject: [PATCH] nodemon config updated --- nodemon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemon.json b/nodemon.json index 063c303..6afb070 100644 --- a/nodemon.json +++ b/nodemon.json @@ -9,5 +9,5 @@ "watch": [ "**/*" ], - "ext": "js,twig" + "ext": "ts,js,twig" }