**TypeScript Version:** 2.0.3 **Code** ``` ts const hardwareConcurrency = window.navigator.hardwareConcurrency; ``` **Expected behavior:** No error **Actual behavior:** [ts] Property 'hardwareConcurrency' does not exist on type 'Navigator'.