I have small project that is perfectly compiling on my home machine, but I'm getting hundreds of errors on another PC. The only difference between environment I can notice is that PC that I have troubles on is under windows 8 (PC's on windows 10 and ubuntu works fine with it).
Global npm list (depth=0):
+-- [email protected]
+-- [email protected]
`-- [email protected]
tsc version = 1.0.3.0
tsconfig.json:
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": false
},
"exclude": [
"node_modules"
]
}
The problems starts with /// <reference path="node_modules/@types/jquery/index.d.ts" />

where tscC:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\tsc.exe C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\tsc.js C:\Users\Aliaksei.Kaupayeu\AppData\Roaming\npm\tsc C:\Users\Aliaksei.Kaupayeu\AppData\Roaming\npm\tsc.cmdtsc. You will need to examine yourPATHand removeC:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0from it. And then close and re-open any command prompts, etc.PATHvariableC:\Users\Aliaksei.Kaupayeu\AppData\Roaming\npm;C:\Program Files (x86)\Microsoft VS Code\bin;C:\Program Files\Git\cmdPATH? It must be in there somewhere.