chore(tsconfig): enable strictNullChecks in tsconfig.json

This commit is contained in:
cfngc4594 2025-04-01 01:56:15 +08:00
parent f24e2264e0
commit bf99513077

View File

@ -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",