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
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