Bläddra i källkod

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

Jason Grout 6 år sedan
förälder
incheckning
995b846148
1 ändrade filer med 2 tillägg och 0 borttagningar
  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",