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",