From 6d680cf5fbd6e05c801961057ab2513445cfabb7 Mon Sep 17 00:00:00 2001 From: Xymorot Date: Thu, 5 Dec 2019 21:03:14 +0100 Subject: [PATCH] config: make watch:ts output more usable in watch script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 179f761..f86d6aa 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "build:index": "node buildfile.js", "watch:index": "node buildfile.js --watch --dev", "build:ts": "tsc", - "watch:ts": "tsc -w", + "watch:ts": "tsc -w --pretty --preserveWatchOutput", "build": "concurrently -c green,yellow,cyan -n webpack,index,typescript \"npm run build:webpack\" \"npm run build:index\" \"npm run build:ts\"", "watch": "concurrently -c green,yellow,cyan -n webpack,index,typescript \"npm run watch:webpack\" \"npm run watch:index\" \"npm run watch:ts\"", "test:before": "node tests/setup/before.js",