-
The thing is we should deal with build-chain-configuration-reader domain model, I'm wondering whether the typescript representation of configuration-reader domain should be on build-chain repo or in configuration-reader (because I'm not considering to refactor this project to typescript but at least we should consider what's the best approach for that) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I would suggest adding types in the build-chain-configuration-reader. This way the library can be used in both typescript and vanilla javascript and at the same time the library will be completely independent from this tool making both of them easier to maintain |
Beta Was this translation helpful? Give feedback.
-
solved by #275 we will refactor configuration-reader after build-chain refactoring |
Beta Was this translation helpful? Give feedback.
solved by #275 we will refactor configuration-reader after build-chain refactoring