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
Copy file name to clipboardExpand all lines: apps/site/pages/en/learn/typescript/transpile.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ const justine: User = {
36
36
const isJustineAnAdult:boolean=isAdult(justine);
37
37
```
38
38
39
-
**Step 2:** Install TypeScript globally using npm:
39
+
**Step 2:** Install TypeScript globally using a package manager:
40
40
41
-
If you want to discover npm, you can check our [our introduction to the npm package manager](/learn/getting-started/an-introduction-to-the-npm-package-manager)
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.
42
42
43
43
There are two ways to install TypeScript, globally or locally. We recommend installing it globally for the sake of simplicity.
0 commit comments