diff --git a/package.json b/package.json index c4473f44..dafc0634 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "ci_analyzer": "dist/index.js" }, "scripts": { - "start": "node dist/index.js", + "start": "node --enable-source-maps dist/index.js", "clean": "rimraf dist", "build": "tsc -b", "build:clean": "npm run clean && npm run build",