Skip to content

Commit cf8dd7e

Browse files
authoredSep 1, 2023
docs(ts-config): update readme (#640)
1 parent dd0cff8 commit cf8dd7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎packages/ts-config/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ You can view the content of this tsconfig [here](https://github.com/sapphiredev/
7070

7171
### Extra Strict
7272

73-
You should include this config if you want to extra strict checking. This enables the following compiler options:
73+
You should include this config if you want to extra strict checking. This configures the following compiler options:
7474

75-
- [allowUnreachableCode](https://www.typescriptlang.org/tsconfig#allowUnreachableCode)
76-
- [allowUnusedLabels](https://www.typescriptlang.org/tsconfig#allowUnusedLabels)
77-
- [exactOptionalPropertyTypes](https://www.typescriptlang.org/tsconfig#exactOptionalPropertyTypes)
78-
- [noImplicitOverride](https://www.typescriptlang.org/tsconfig#noImplicitOverride)
75+
- [`allowUnreachableCode` to `false`](https://www.typescriptlang.org/tsconfig#allowUnreachableCode)
76+
- [`allowUnusedLabels` to `false`](https://www.typescriptlang.org/tsconfig#allowUnusedLabels)
77+
- [`exactOptionalPropertyTypes` to `false`](https://www.typescriptlang.org/tsconfig#exactOptionalPropertyTypes)
78+
- [`noImplicitOverride` to `true`](https://www.typescriptlang.org/tsconfig#noImplicitOverride)
7979

8080
You can view the content of this tsconfig [here](https://github.com/sapphiredev/utilities/blob/main/packages/ts-config/src/extra-strict.json)
8181

0 commit comments

Comments
 (0)
Please sign in to comment.