Skip to content

Commit 51cecbc

Browse files
phk422drwpow
andauthored
Update packages/openapi-typescript/README.md
Co-authored-by: Drew Powers <drew@pow.rs>
1 parent e1c3d5d commit 51cecbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ And in your `tsconfig.json`, to load the types properly:
4343
> **Highly recommended**
4444
>
4545
> Also adding the following can boost type safety:
46-
> ```diff [tsconfig.json]
46+
> ```diff
4747
> {
4848
> "compilerOptions": {
4949
> + "noUncheckedIndexedAccess": true

0 commit comments

Comments
 (0)