Skip to content

Commit fd53d03

Browse files
authored
docs(start): enable strictNullChecks (#2467)
1 parent c850088 commit fd53d03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/framework/react/start/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Create a `tsconfig.json` file with at least the following settings:
3535
"module": "ESNext",
3636
"target": "ES2022",
3737
"skipLibCheck": true,
38+
"strictNullChecks": true,
3839
},
3940
}
4041
```

0 commit comments

Comments
 (0)