Enable source maps in node

This commit is contained in:
Jonathan Barrow
2023-07-17 19:42:54 -04:00
parent e6d68accab
commit a9336a0e9b

View File

@@ -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": [],