-
Judging by the content and volatile nature of mf-types, I would assume that it should be left out of version control. But if you don't include it, then processes like running type checking in CI environments, which just operate on the plain source code, fail because modules for the imported remotes cannot be found. What's the official guidance around this? Should I actually be committing these types? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
Some of the examples in the official repository contain the @mf-types dir. There is no specific doc on best practices for DTS. Currently, I commit them to bypass the issues on CI side. @ScriptedAlchemy do you have some guidance here? |
Beta Was this translation helpful? Give feedback.
Some of the examples in the official repository contain the @mf-types dir.
There is no specific doc on best practices for DTS.
Currently, I commit them to bypass the issues on CI side.
@ScriptedAlchemy do you have some guidance here?