Skip to content

Commit 0d265c4

Browse files
authored
fix dangling heading in 03
1 parent 6f92e6d commit 0d265c4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

book-content/chapters/03-typescript-in-the-development-pipeline.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,3 @@ Inside the `tsconfig.json` file, there's an option called `noEmit` that tells `t
242242
By setting `noEmit` to `true`, no JavaScript files will be created when you run `tsc`. This makes TypeScript act more like a linter than a transpiler. This makes a `tsc` step a great addition to a CI/CD system, since it can prevent merging a pull request with TypeScript errors.
243243

244244
Later in the book, we'll look closer at more advanced TypeScript configurations for application development.
245-
246-
---
247-
248-
Part 2: Fundamentals
249-
250-
---

0 commit comments

Comments
 (0)