From a9336a0e9badc247cd422d8e717ff77601c79661 Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Mon, 17 Jul 2023 19:42:54 -0400 Subject: [PATCH] Enable source maps in node --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [],