NerdWalletOSS / apollo-cache-policies

An extension of the Apollo 3 cache with support for advanced cache policies.
Apache License 2.0
156 stars 22 forks source link

Update to Typescript 4.x #30

Closed jessebye closed 3 years ago

jessebye commented 3 years ago

We need Typescript 4.x as a dependency since using 3.x breaks our tsc on projects that use Typescript 4. All tests are passing.

jessebye commented 3 years ago

@danReynolds

jessebye commented 3 years ago

If anyone else is looking for this, I forked and published a module with this change: https://www.npmjs.com/package/apollo-invalidation-policies-ts4

danReynolds commented 3 years ago

Updated to TS 4+!