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
I faced with a situation when exported interfaced from different schema files can have the same names. This causes errors TS2300 (Duplicate identifier 'MyDuplicatedTypeName') in index.ts file.
We can add an ability to skip generation of the index.ts file to deal with such cases or convert exports to named exports to provide namespacing
The text was updated successfully, but these errors were encountered:
I faced with a situation when exported interfaced from different schema files can have the same names. This causes errors
TS2300 (Duplicate identifier 'MyDuplicatedTypeName')
inindex.ts
file.We can add an ability to skip generation of the
index.ts
file to deal with such cases or convertexports
tonamed exports
to provide namespacingThe text was updated successfully, but these errors were encountered: