mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 14:56:36 +00:00
chore(tsconfig): enable strictNullChecks in tsconfig.json
This commit is contained in:
parent
f24e2264e0
commit
bf99513077
@ -5,6 +5,7 @@
|
|||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
|
"strictNullChecks": true,
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
|
Loading…
Reference in New Issue
Block a user