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
Hi, you are importing types from json-schema in RawType.d.ts, for example, and it causes typescript errors when using the SchemaGenerator programmatically. I solved it by adding @types/json-schema to my own devDependencies, but you could invent some other way, perhaps.
The text was updated successfully, but these errors were encountered:
Hi, you are importing types from
json-schema
inRawType.d.ts
, for example, and it causes typescript errors when using the SchemaGenerator programmatically. I solved it by adding@types/json-schema
to my own devDependencies, but you could invent some other way, perhaps.The text was updated successfully, but these errors were encountered: