TypeScript error: “Cannot find name” in Visual Studio
问题 I've seen a lot of threads and discussions about that but I'm not getting to fix the issue. This is my post from some days ago. One of the purposes of typings is to avoid the use of <reference> tags, right? But if I don't use it, Visual Studio complains: Visual Studio stops complaining once I reference browser.d.ts . Here is my tsconfig : { "compilerOptions": { "noImplicitAny": false, "noEmitOnError": true, "removeComments": false, "sourceMap": true, "target": "es5" }, "files": [ ], "exclude"