Fix up typescript config (#9910)
This commit is contained in:
@@ -15,7 +15,6 @@ export function useFormatPostStatCount() {
|
||||
return i18n.number(postStatCount, {
|
||||
notation: 'compact',
|
||||
maximumFractionDigits: isOver10k ? 0 : 1,
|
||||
// @ts-expect-error - roundingMode not in the types
|
||||
roundingMode: 'trunc',
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user