Basic nodemon.json configuration
{
"$schema": "http://json.schemastore.org/nodemon",
"exec": "yarn build",
"watch": ["./src/*.ts", "./index.ts", "./webpack.*.js", "./tsconfig.json", "./package.json"],
"ignore": ["*.test.js", ".vscode", ".gitignore", "gh-pages", "dist", "tests", "tmp", "temp", "./src/tmp"],
"delay": 3000,
"ext": "ts,js",
"verbose": true
}
Created at 2022-04-23 17:00:00
Updated at 2023-08-08 07:44:15
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.