Configure nodemon to use node rather than ts-node
This commit is contained in:
parent
2b4e108c6e
commit
9caad9ccb5
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"watch": ["src"],
|
"watch": ["dist"],
|
||||||
"ext": "ts",
|
"ext": "js",
|
||||||
"ignore": ["src/**/*.spec.ts"],
|
"exec": "node -r tsconfig-paths/register -r ts-node/register dist/main.js"
|
||||||
"exec": "ts-node -r tsconfig-paths/register src/main.ts"
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue