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
Currently the glob to match build artifacts for which to generate types is hardcoded here.
While the user can specify additional globs for "externalArtifacts" there is no way to disable type generation for selected contracts/artifacts.
One example where this is a problem is, if the user has multiple contracts with the same name which leads to Duplicate Identifier typescript errors.
Adding an optional config parameter to change the hardcoded glob (with the current pattern as the default) would fix this issue.
The text was updated successfully, but these errors were encountered:
Currently the glob to match build artifacts for which to generate types is hardcoded here.
While the user can specify additional globs for "externalArtifacts" there is no way to disable type generation for selected contracts/artifacts.
One example where this is a problem is, if the user has multiple contracts with the same name which leads to
Duplicate Identifier
typescript errors.Adding an optional config parameter to change the hardcoded glob (with the current pattern as the default) would fix this issue.
The text was updated successfully, but these errors were encountered: