Browse Source

feat(client): enable strict null checks

pull/7309/head
KenTandrian 2 days ago
parent
commit
962be38b0e
  1. 1
      apps/client/tsconfig.json

1
apps/client/tsconfig.json

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

Loading…
Cancel
Save