nikeee / node-ts

Node.js TeamSpeak® 3 Server Query client implemented in TypeScript
GNU Lesser General Public License v3.0
38 stars 6 forks source link

Cannot compile in Typescript 3.8 #20

Closed Aragur closed 4 years ago

Aragur commented 4 years ago

I cannot compile my project.
Compilation is failing with 30 errors: error TS2304: Cannot find name 'MapLike'.

nikeee commented 4 years ago

A cannot reproduce this. The same goes for the CI.

Could you provide more information on what you are doing?

Aragur commented 4 years ago

https://github.com/AragurDEV/Node-TS-Bug

Here you can see the error.
Run npm install and npm run build

nikeee commented 4 years ago

I tried to fix this in 5.0.6. Let's see if it is still there.

Aragur commented 4 years ago

@nikeee It's working now, thanks a lot :)