'TSOA "Multiple matching models found for referenced type" on installed packages
This issue is something that is addressed in TSOA's official docs, where if you have multiple models that share the same name, you have to either change the name of one model or declare one of the duplicates of the "real" model.
The issue comes after someone on the team ran an update to Sentry. Now tsoa is finding a duplicate model between Sentry's "Logger" and TypeORM's "Logger".
In the config, "skipLibCheck" is true and I have multiple variations of the node_modules folder in the "exclude" list, hoping that maybe I could just ignore them. Nothing has helped so far, so I'm curious of anyone has solved this? (I've only found people parroting the official answer or rewriting their answer verbatim. This is a difference scenario - I cannot declare I canonical model with installed node_modules from what I can tell.)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
