Kristóf Poduszló

Results 116 comments of Kristóf Poduszló

I was thinking about this during the past few days. The `declarationMap` setting should be `false` by default, but `tsconfig.json` could override it. When the latter approach is taken, the...

I have the exact same issue. Is is possible to copy the `src` folder to the distributed package and then point the declaration maps to TypeScript source files in that...

Thank you! Also, please return the result in an other format (e.g. an array), as I cannot split strings at `, ` safely without affecting properties other than `position`.

The interest comes from the fact that we cannot split the returned value safely, as seen in my example in the issue’s description. As a user of the library, I...

@dcousens It isn’t trivial, but I found the following answer on StackOverflow: https://stackoverflow.com/a/47880734

Thanks for your contribution! Unfortunately, though, I’m not maintaining this project anymore as recent improvements in `@types/react` made it feasible to roll your own implementation: https://www.kripod.dev/blog/behind-the-as-prop-polymorphism-done-well/ Please feel free to...