Have seen other posts but none of the suggested solutions there worked.
So I still see these duplicate identifier errors even though I excluded the whole typings folder. typings folder is in the same level of node_modules and bower_components folder
Here's my typings.json as suggested by Angular 2:
{
"globalDependencies": {
"core-js": "registry:dt/core-js#0.0.0+20160317120654",
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654",
"jasmine": "registry:dt/jasmine#2.2.0+20160412134438",
"node": "registry:dt/node#4.0.0+20160509154515"
}
}
What do I need to do? :(
PS: I uninstalled the TypeScript for Visual Studio which is version 1.8.6 and just used the npm typescript which is 1.8.10. Previously, they were installed together in my machine but still not works.

npmpackage dependency recently, if so sometimes they can use the///directive to reference other files innode_modules- I know that I fought this same issue with later versions of TypeScript. The issue is that some packages ship.tsfiles, and as a result with this "outreach" from the reference in the///TypeScript finds things multiple times.bootstrap.d.tsand the other files in the top level - how did those get there? My hunch is you c/p'd them manually, and that if you remove them and install properly viatypings installyour problem will be solved.