If running from C:\Code\MySolution\MyProject and including C:\Code\MySolution\MyProject\Scripts\MyFile.ts, the file will be known as Scripts\MyFile.ts rather than the full path. It's not currently (known to be) causing any bugs but it would probably be good to make it absolute in the .txt listing.
If running from
C:\Code\MySolution\MyProject
and includingC:\Code\MySolution\MyProject\Scripts\MyFile.ts
, the file will be known asScripts\MyFile.ts
rather than the full path. It's not currently (known to be) causing any bugs but it would probably be good to make it absolute in the .txt listing.