YousefED / typescript-json-schema

Generate json-schema from your Typescript sources
BSD 3-Clause "New" or "Revised" License
3.17k stars 323 forks source link

Error: 2 definitions found for requested type "Props", how to external the definitions under the node_modules #579

Open aofong19871029 opened 1 year ago

aofong19871029 commented 1 year ago

typescript-json-schema throw Error: 2 definitions found for requested type "Props".

one Props from my component definition, another is from the npm modules, how to external the node_modules definitions