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
TypeScript Version: 2.0.5.0, the version embedded on VS15 Preview 5
Project setting:
<TypeScriptProjectDir>$(MSBuildProjectDirectory)\</TypeScriptProjectDir> as @paulvanbrenk said on #9665.
Expected behavior:
VS shouldn't complain about it.
Actual behavior:
TS6059 File '(My solution directory)/(My project name)/sources/customelements/elements/placeholdingbutton.ts' is not under 'rootDir' '$(MSBuildProjectDirectory)'. 'rootDir' is expected to contain all source files.
VS complains but the code still compiles when "Rebuild All".
Additional:
Not sure what this does but this process even tries to "generate" my emscripten-compiled large js file and slows everything down extremely.
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.0.5.0, the version embedded on VS15 Preview 5
Project setting:
<TypeScriptProjectDir>$(MSBuildProjectDirectory)\</TypeScriptProjectDir>
as @paulvanbrenk said on #9665.Expected behavior:
VS shouldn't complain about it.
Actual behavior:
TS6059 File '(My solution directory)/(My project name)/sources/customelements/elements/placeholdingbutton.ts' is not under 'rootDir' '$(MSBuildProjectDirectory)'. 'rootDir' is expected to contain all source files.
VS complains but the code still compiles when "Rebuild All".
Additional:
Not sure what this does but this process even tries to "generate" my emscripten-compiled large js file and slows everything down extremely.
The text was updated successfully, but these errors were encountered: