givo / lib-kurento

A typescript library for simplifying the use of Kurento in Node.js
24 stars 5 forks source link

Fix function overloading #2

Closed jonfin closed 5 years ago

jonfin commented 5 years ago

While I try to use the library for a university project I found two error:

1) A absolute include which is not resolved in a npm package 2) The known problem of the inherited function overload. I try to run it in a Docker and want to compile the hole project, but this error is blocking it. Therefore I used a workaround as described in microsoft/TypeScript#10229. I know it is not a nice way, but it helps that I can use the lib

givo commented 5 years ago

Hi :)

Thank you very much, I am closing the pull request but I am going to use your code in my own branch in order to add more changes of top of them.

You are great!

givo commented 5 years ago

3