Browse Source

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

Jason Grout 6 years ago
parent
commit
995b846148
1 changed files with 2 additions and 0 deletions
  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",