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
There seems to be an error concerning files with a 'd' as last character in the filename.
E.g.: When a file is called myFile.ts everything works fine and a myFile.js is created, but when it is called myFiled.ts it is not transpiled and there is no myFiled.js.
I suspect that there is a problem with the logic that should find description files. Maybe you're looking for *d.ts instead of *.d.ts?
The text was updated successfully, but these errors were encountered:
There seems to be an error concerning files with a 'd' as last character in the filename.
E.g.: When a file is called
myFile.ts
everything works fine and amyFile.js
is created, but when it is calledmyFiled.ts
it is not transpiled and there is nomyFiled.js
.I suspect that there is a problem with the logic that should find description files. Maybe you're looking for
*d.ts
instead of*.d.ts
?The text was updated successfully, but these errors were encountered: