Version 1.3.9 fails to build with the following error
error TS2415: Class 'InvalidationPolicyCache' incorrectly extends base class 'InMemoryCache'.
Types have separate declarations of a private property 'init'.
11 export default class InvalidationPolicyCache extends InMemoryCache {
Version 1.3.9 fails to build with the following error