1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Fix formatting (#5247)

This commit is contained in:
boc-the-git
2024-03-05 00:41:10 +11:00
committed by GitHub
parent 070d04334b
commit 9d4aae10b5

View File

@@ -35,7 +35,7 @@ npm install --save-dev typescript
tsc
```
Note: You can also compile individual TypeScript files by specifying the file name after the tsc command.For example:
Note: You can also compile individual TypeScript files by specifying the file name after the tsc command. For example:
```bash
tsc index.ts