Skip to content

Commit e036b35

Browse files
committed
Prepare watch mode & config lesson
1 parent 5984755 commit e036b35

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed
Binary file not shown.

content/academy/switching_to_typescript/unknown_and_type_casting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Unknown, any, type guards & type casting
3-
description: Create your own custom types using the "type" keyword, understand the "void" type, and learn how to write custom function types.
3+
description: Understand the "unknown" and "any" types, as well as how to use type guards to make your code safer and type casting to avoid common TypeScript compiler errors.
44
menuWeight: 7.6
55
paths:
66
- switching-to-typescript/unknown-and-type-casting
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Watch mode & tsconfig.json
3+
description: description
4+
menuWeight: 7.7
5+
paths:
6+
- switching-to-typescript/watch-mode-and-tsconfig
7+
---
8+
9+
# [](#watch-mode-and-tsconfig) Watch mode and tsconfig.json
10+
11+
content

0 commit comments

Comments
 (0)