Jaroslav Šmolík
Jaroslav Šmolík
- Extend `replaceIntervals` to handle empty where in (affects both SQL and TS) - Update docs & tests **Implementation** Function `replaceIntervals` can now detect, if the interval is part of...
The parsed config [here](https://github.com/paulkoerbitz/resolve-types/blob/master/src/options.ts#L35) are not the `CompilerOptions`, but an object with `{ compilerOptions: CompilerOptions }`. If taken out, setting option crashed, becase some string options are not correctly transformed...
Following the README, the program does not seem to work for me. Maybe there is something I missed in the setup? Here are steps to reproduce: ``` $ npm init...
omgf uses `dev` instead of `develop` and `release` instead of `release-*` for individual minor releases, compared to the original [article](https://nvie.com/posts/a-successful-git-branching-model/). I understand that handling individual releases is a demanding feature,...