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
Hello I am trying to publish library using typia@5.3.2 but tsc fails with following errors
node_modules/typia/lib/schemas/metadata/Metadata.d.ts:2:10 - error TS2305: Module '"./IMetadataDictionary"' has no exported member 'IMetadataDictionary'.
2 import { IMetadataDictionary } from "./IMetadataDictionary";
~~~~~~~~~~~~~~~~~~~
node_modules/typia/lib/schemas/metadata/MetadataComponents.d.ts:2:10 - error TS2305: Module '"./IMetadataDictionary"' has no exported member 'IMetadataDictionary'.
2 import { IMetadataDictionary } from "./IMetadataDictionary";
The text was updated successfully, but these errors were encountered:
📝 Summary
Write a short summary of the bug in here.
Hello I am trying to publish library using typia@5.3.2 but
tsc
fails with following errorsThe text was updated successfully, but these errors were encountered: