Revision caf0041f8a9b2eb11405e303533d805105b6a1d7 authored by Andrew Casey on 10 October 2019, 23:54:11 UTC, committed by Andrew Casey on 17 October 2019, 23:36:50 UTC
Msbuild currently uses a combination of `--listFiles` and `--noEmit` to
obtain a list of files to be consumed by tsc.  However, these two flags
don't suppress type checking, the results of which msbuild will never
consume.  This new switch gives msbuild a faster way to obtain the file
list.

Note: like `--noEmit`, doesn't make sense in build mode.
1 parent a8dc7af
Raw File
.npmrc
package-lock=false
back to top