You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Step 2:** Install TypeScript locally using a package manager:
40
40
41
-
In this example we're going to use npm, you can check our [our introduction to the npm package manager](/learn/getting-started/an-introduction-to-the-npm-package-manager) for more information.
41
+
In this example we're going to use npm, you can check [our introduction to the npm package manager](/learn/getting-started/an-introduction-to-the-npm-package-manager) for more information.
42
42
43
43
```bash displayName="Install TypeScript locally"
44
44
npm i -D typescript # -D is a shorthand for --save-dev
0 commit comments