Browse Source

feat(ts): enable strict null checks in libs/common

pull/6250/head
KenTandrian 2 weeks ago
parent
commit
f29ea57d03
  1. 3
      libs/common/tsconfig.json

3
libs/common/tsconfig.json

@ -12,6 +12,7 @@
],
"compilerOptions": {
"module": "preserve",
"lib": ["dom", "es2022"]
"lib": ["dom", "es2022"],
"strictNullChecks": true
}
}

Loading…
Cancel
Save