I work on a project where we use optional chaining operator (aka Elvis operator):
const baz = new obj?.foo?.bar?.baz()
Is it a way to make WebStorm understand it?
P.S. It's a part of stage-1
proposals: https://github.com/tc39/proposal-optional-chaining