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": { "compilerOptions": {
"lib": ["dom", "es2022"], "lib": ["dom", "es2022"],
"module": "preserve", "module": "preserve",
"strictNullChecks": true,
"target": "es2020" "target": "es2020"
} }
} }

Loading…
Cancel
Save