koloboid

Results 4 issues of koloboid

Linking from bundles (tsd link) is great feature, but there are little improvement needed - install typings dependencies from linked module. For example - my library uses expressjs, and re-exports...

## 🐞 Bug Report #### Describe the bug Incorrect Optional (Patch?) results on types which look like Error #### Reproduce the bug ```ts type A = O.Optional; ``` #### Expected...

Hello! I've got an error "TypeError: Cannot set property message of Error which has only a getter" Complete stacktrace: ``` at node_modules/tslog/dist/cjs/BaseLogger.js:179:45 at Array.reduce () at Logger._recursiveCloneAndMaskValuesOfKeys (node_modules/tslog/dist/cjs/BaseLogger.js:178:70) at node_modules/tslog/dist/cjs/BaseLogger.js:157:25...

bug

It will be useful to support specifying tsc command line arguments directly, as simple string. TSC is growing up, 1.4.1 is on air, and some new keys added - --suppressImplicitAnyIndexErrors...