Commit bc87a95
authored
fix: allowUnreachableCode default should be undefined (#1101)
- it was recently changed to undefined in the TSConfig Reference in
ea8407c
- this carries over that change to the Compiler Options docs as well
- and it being undefined seems to align with my past experience with
unreachable code in TS, but have not tested directly recently1 parent 545bcc5 commit bc87a95
File tree
1 file changed
+1
-1
lines changed- packages/documentation/copy/en/project-config
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments