I've had a Typescript web project working fine on my home computer. I was auto-compiling, deploying to Tomcat and everything was cool.
I tried to import the project on my work machine and Intellij doesn't seem to have any clue what to make of my Typescript. It knows some of the syntax, but it doesnt know what "window" is, nor what string, number, or Object are. I have set up Filewatchers etc.. I know my TSC is set up because some files will compile fine.
I'm not sure what I did wrong when I imported my existing project.. any ideas? thanks.