Browse Source

feat(ui): enable strict null checks

pull/6637/head
KenTandrian 4 days ago
parent
commit
15111114bd
  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