I\'m trying to compile via tsc--which I\'ve installed globally--and I\'m getting an error:
tsc
~/AppData/R
I found this thread after googling the error. My problem was that somehow I had an unneeded import which caused this:
import { error } from 'protractor';