Skip to content

Commit fab4f0b

Browse files
committed
Fix tsconfig
1 parent f6888cf commit fab4f0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
{
2323
"name": "next"
2424
}
25-
]
25+
],
26+
"strictNullChecks": true
2627
},
2728
"include": [
2829
"next-env.d.ts",

0 commit comments

Comments
 (0)