You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It produces such gems as:
Build: Cannot write file '..../NodejsConsoleApp2/MyModule/lib/lib/lib/lib/lib/lib/lib/index.js' because it would overwrite input file.
(I'm using tsc 1.8.10 and Node.js Tools for Visual Studio 1.2 Alpha)
@jcansdale this issue of not include "outdir" in "exclude" at all already fixed in the nightly built.
Though the nightly built will not include "outdir" into "exclude" correctly if "outdir" is in relative path format . However, with your format it should work correctly
The default "exclude" property doesn't include "../someFolders"
The text was updated successfully, but these errors were encountered: