Enabling Typescript strict mode on the front
authorDavid Négrier <d.negrier@thecodingmachine.com>
Wed, 3 Jun 2020 09:18:53 +0000 (11:18 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Thu, 4 Jun 2020 16:56:22 +0000 (18:56 +0200)
commita3ac782f17b5a5d8d59bf5fe452f6874a223db5d
tree97ac7889e2bba45c66d25c346a6ffb9a9d31b63d
parentf5fb6fcf80ee34c9b5c31b3cfa9168036d18fa21
Enabling Typescript strict mode on the front

This is very important otherwise, a number of useful checks (like nullable objects not propertly checked) are not performed.

See https://dev.to/briwa/how-strict-is-typescript-s-strict-mode-311a
front/tsconfig.json