Explorar el Código

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

Jason Grout hace 6 años
padre
commit
995b846148
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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",