My solution to this error was to update the typescript version with this command:
npm install -g typescript@latest
as I was using Windows.However on Mac this can also be doable by sudo npm install -g typescript@latest
My solution to this error was to update the typescript version with this command:
npm install -g typescript@latest
as I was using Windows.However on Mac this can also be doable by sudo npm install -g typescript@latest