Set --enable-source-maps when running Node in nodemon.
This commit is contained in:
parent
eb38012e3d
commit
1c6036cb09
|
@ -9,5 +9,5 @@
|
|||
],
|
||||
"ext": "js,ts,json",
|
||||
"ignore": ["src/**/*.spec.ts", "src/**/*.spec.js", "../*/dist/**/*"],
|
||||
"exec": "yarn build && node ./dist/index.js"
|
||||
"exec": "yarn build && node --enable-source-maps ./dist/index.js"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue