install.fairie/.config/nodemon.jest.json

6 lines
165 B
JSON
Raw Normal View History

{
"exec": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register jest --runInBand",
"ext": "js,jsx,ts,tsx,json,ts,yml",
"watch": [".env", "src"]
}