Browse Source

feat(lib): enable strict null checks in libs/ui

pull/6264/head
KenTandrian 1 week ago
parent
commit
4207d33edd
  1. 1
      libs/ui/tsconfig.json

1
libs/ui/tsconfig.json

@ -19,6 +19,7 @@
"target": "es2020",
// TODO: Remove once solved in tsconfig.base.json
"strict": false,
"strictNullChecks": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
},

Loading…
Cancel
Save