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", "target": "es2020",
// TODO: Remove once solved in tsconfig.base.json // TODO: Remove once solved in tsconfig.base.json
"strict": false, "strict": false,
"strictNullChecks": true,
"noImplicitReturns": true, "noImplicitReturns": true,
"noFallthroughCasesInSwitch": true "noFallthroughCasesInSwitch": true
}, },

Loading…
Cancel
Save