ohmyform/api/nodemon.json
2019-07-29 00:54:43 +02:00

7 lines
132 B
JSON

{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "ts-node -r tsconfig-paths/register src/main.ts"
}