We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat/formatToParts says:
const rtf1 = new Intl.RelativeTimeFormat('en', { numeric: 'auto' });
is valid, but TypeScript 3.8.3 does not know out-of-the box about RelativeTimeFormat.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat/formatToParts says:
is valid, but TypeScript 3.8.3 does not know out-of-the box about RelativeTimeFormat.