Whenever you want good typing, change this:
npm install object-typedWhenever you want good typing, change this:
``ts`
Object.keys(routingPaths).forEach(path => {});
To:
`ts
import { ObjectTyped } from 'object-typed';
ObjectTyped.keys(routingPaths).forEach(path => {});
``
See: https://stackoverflow.com/questions/52856496/typescript-object-keys-return-string