File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ You can view the content of this tsconfig [here](https://github.com/sapphiredev/
70
70
71
71
### Extra Strict
72
72
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:
74
74
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 )
79
79
80
80
You can view the content of this tsconfig [ here] ( https://github.com/sapphiredev/utilities/blob/main/packages/ts-config/src/extra-strict.json )
81
81
You can’t perform that action at this time.
0 commit comments