diff --git a/src/stats.ts b/src/stats.ts index 4079650e9..61bff1807 100644 --- a/src/stats.ts +++ b/src/stats.ts @@ -56,7 +56,7 @@ export interface StatsLike { * Provides information about a particular entry in the file system. * Common code used by both Stats and BigIntStats. */ -export abstract class StatsCommon implements Node.StatsBase { +export abstract class StatsCommon implements Node.StatsBase, StatsLike { protected abstract _isBigint: boolean; protected get _typename(): string {