mempool/nodemon.json
MiguelMedeiros\Miguel Medeiros ff53139f78 Init
2021-02-08 16:54:37 -03:00

7 lines
113 B
JSON

{
"watch": ["src"],
"ext": "ts,json",
"ignore": ["src/**/*.spec.ts"],
"exec": "ts-node ./src/index.ts"
}