nodemon.json

1{
2    "watch": [
3        "./**/*"
4    ],
5    "ext": "ts",
6    "ignore": [],
7    "exec": "ts-node src/buildThemes.ts"
8}