Skip to content

Commit

Permalink
fix(docs): update docs typo (#8613)
Browse files Browse the repository at this point in the history
Removed extra `{` at the end of the code snippet for a tsconfig.json
file.
  • Loading branch information
JannatinNaimXIII authored Jun 27, 2024
1 parent 5e65580 commit 048cbb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/repo-docs/guides/tools/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ Inside `packages/tsconfig`, we have a few `json` files which represent different
"isolatedModules": true,
"strict": true,
"noUncheckedIndexedAccess": true,
"module": "NodeNext",
}
"module": "NodeNext"
}
```

Expand Down

0 comments on commit 048cbb0

Please sign in to comment.