Several of the Bevry projects have users trying to use this new module resolution in TypeScript >= 4.7. Bevry hasn't encountered this yet as we just use node as the module resolution.
The solution to this is to have boundation generate a types export, this will resolve it on all Bevry projects and prevent reversion of manual changes from these PRs:
And these issues:
Several of the Bevry projects have users trying to use this new module resolution in TypeScript >= 4.7. Bevry hasn't encountered this yet as we just use
nodeas the module resolution.The solution to this is to have boundation generate a
typesexport, this will resolve it on all Bevry projects and prevent reversion of manual changes from these PRs:exportsentry of thepackage.jsonenvfile#210And these issues:
"moduleResolution": "node16"istextorbinary#270