Skip to content

Commit 9364297

Browse files
committed
Tweaks
1 parent d22aa83 commit 9364297

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules
33
tsconfig.temp.json
44
*.prompt.*
55
dist
6-
*.tsbuildinfo
6+
*.tsbuildinfo
7+
.twoslash-lint

book-content/chapters/15-designing-your-types.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# 15. Designing Your Types in TypeScript
2-
31
As you build out your TypeScript applications, you're going to notice something. The way you design your types will significantly change how easy your application is to maintain.
42

53
Your types are more than just a way to catch errors at compile time. They help reflect and communicate the business logic they represent.

0 commit comments

Comments
 (0)