Activating `strictNullChecks` makes TS compilation throw a lot of errors that need to refactor some part of the code.
These refactoring will be done in another commit.
- Add needed @types packages
- remove `silent: true` option in `sync` calls as it looks like it's not a valid option
- remove `encoding: 'utf-8'` option in `spawn` calls as it looks like it's not a valid option