refactor: add source-map generation to watch command

This commit is contained in:
Rick Staa 2022-07-15 12:37:23 +02:00
parent 88959eb554
commit 5c6e9a37b0

View File

@ -6,7 +6,7 @@
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"build:watch": "tsc --watch --sourceMap",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",