diff --git a/package.json b/package.json index 1558e16..b709018 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "lint": "npx eslint .", "build": "npm run lint && npm run clean && npx tsc && npx tsc-alias", "clean": "rimraf ./dist", - "start": "node .", + "start": "node --enable-source-maps .", "test": "ts-node test/test.ts" }, "keywords": [],