Skip to content

Commit 9ed8b64

Browse files
authoredSep 19, 2022
Enable eslint null check rule to work both in the build and VSCode (OfficeDev#1353)
* tsconfig must be in a different place to satisfy eslint * Tsconfig has to be in two places: once for VScode, one for build
1 parent 8eea026 commit 9ed8b64

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎tsconfig.strictNullChecks.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"compilerOptions": {
3+
"strictNullChecks": true
4+
}
5+
}

0 commit comments

Comments
 (0)
Please sign in to comment.