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
In the testproject1 the plugin group name is wrongly set and the version ID is missing.
I created a fix for my own in my fork: vicctor@54470df
But now it turned out that the testproject1 is not able to compile. It seems that some standard libraries of typescript (lib.d.ts) is missing.
I found in the mojo source that the plugin shall look for the lib.d.ts in the src/main/tsc directory, but even if I placed the lib.d.ts there nothing changes.
Actually I stuck on this problem in my first typescript project.
The text was updated successfully, but these errors were encountered:
In the testproject1 the plugin group name is wrongly set and the version ID is missing.
I created a fix for my own in my fork: vicctor@54470df
But now it turned out that the testproject1 is not able to compile. It seems that some standard libraries of typescript (lib.d.ts) is missing.
I found in the mojo source that the plugin shall look for the lib.d.ts in the src/main/tsc directory, but even if I placed the lib.d.ts there nothing changes.
Actually I stuck on this problem in my first typescript project.
The text was updated successfully, but these errors were encountered: