소스 검색

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