Closed
Description
TypeScript Version: 2.6.0-dev.20171018
Expected behavior:
tsc watch compiles only files stated in tsconfig.json
Actual behavior:
tsc watch is compiling npm linked
projects using the current folder's tsconfig. my sub project is a commonjs, and my root folder is system. it's compiling my commonjs subproject as system