rama
rama
i got it working on PowerShell by adding the `0x0A` character: # adds a line feed... $message += (0x0A -as [char]) ...terrible and probably not cross-platform, but it works !...
as i said, just cast the value `10` (or `0x0A` in hexadecimal) as a character instead of `\n` and it should work
just add `"skipLibCheck": true` in your tsconfig.json and it should work. it works on my machine running TypeScript 3.5.1
can't find any installer as well. what's the point ? it used to be simple. (the only link in the readme is broken)