Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit 0ccdb4d

Browse files
authored
json -> jsonc into tsconfig code block
1 parent c7149ab commit 0ccdb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ It also provides the props of the components just as you would normally expect w
138138

139139
Type inference is only possible in projects that have either `strict` or `strictBindApplyCall` modes set to `true` in their `tsconfig.json` file. You also need a TypeScript version over 4.0.0. If you don't have proper type inference, this might be the reason.
140140

141-
```json
141+
```jsonc
142142
// tsconfig.json
143143
{
144144
"compilerOptions": {

0 commit comments

Comments
 (0)