Open ofirrifo opened 4 years ago
same here
With cast to any it will build but it doesn't work as excepted. Always added imports, also if there are already there (Seems like the SourceFile analysis isn't working correct).
For me, i just copied the relevant parts into my project - now everything is working.
After I upgrade from "typescript": "~3.5.3" to "typescript": "~3.8.2" I start to get the following error:
I have a utils imports in my code
in case I'm replace the type ts.SourceFile to any the build work but I want to keep the type I think it happen since the