Installing TypeScript Now you can use the TypeScript compiler running tsc. To test whether a TypeScript file compiles create a simple file: and then run tsc index.ts. You thought it was as simple as that but you end up with an error: The reason is that name is already defined on the window object (global […]