chore(nodemon): watch ts files

This commit is contained in:
Elliot DeNolf
2020-11-21 03:31:06 -05:00
parent 983bf713b3
commit a91451e946

View File

@@ -3,11 +3,12 @@
".git",
"node_modules",
"node_modules/**/node_modules",
"src/client"
"src/client",
"src/**/*.spec.ts"
],
"watch": [
"src/",
"src/**/*.ts",
"demo/"
],
"ext": "js,json"
"ext": "ts,js,json"
}