Description
JSON Typedoc generation fails.
Steps to reproduce
- Add this script to package.json
"build:typedoc:json": "npm run build:plugin && typedoc --json igniteui-react.json"
- install/build and run it
Result
JSON generaiton fails due to circular structure
Expected result
JSON should be successfully built
Attachments

Description
JSON Typedoc generation fails.
Steps to reproduce
"build:typedoc:json": "npm run build:plugin && typedoc --json igniteui-react.json"Result
JSON generaiton fails due to circular structure
Expected result
JSON should be successfully built
Attachments