瀏覽代碼

Make the watch more verbose about which files it is compiling.

Jason Grout 6 年之前
父節點
當前提交
995b846148
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tsconfigbase.json

+ 2 - 0
tsconfigbase.json

@@ -5,6 +5,8 @@
     "noEmitOnError": true,
     "noUnusedLocals": true,
     "esModuleInterop": true,
+    "preserveWatchOutput": true,
+    "listEmittedFiles": true,
     "module": "commonjs",
     "moduleResolution": "node",
     "target": "es2015",