Emric

Results 5 comments of Emric

For me updating from version `14.1.1` to `15.1.0` seems to have resolved the issue.

I've got a PR open in the DefinitelyTyped repository. Feel free to use those types directly in this project or as a workaround. The PR: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/52110 The types: ```typescript //...

The types are now available to install as a standalone package. Install with yarn: ```bash yarn add -D @types/json-api-serializer ``` Install with npm: ```bash npm install --save-dev @types/json-api-serializer ``` @danivek...