Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes warnings such as the following: (!) [plugin typescript] src/components/TransformedDataMap.tsx (6:22): @rollup/plugin-typescript TS7016: Could not find a declaration file for module 'lodash'. '/home/simon/src/osrd-ui/node_modules/lodash/lodash.js' implicitly has an 'any' type. Try `npm i --save-dev @types/lodash` if it exists or add a new declaration (.d.ts) file containing `declare module 'lodash';` /home/simon/src/osrd-ui/ui-warped-map/src/components/TransformedDataMap.tsx:6:22 6 import { omit } from 'lodash'; Signed-off-by: Simon Ser <[email protected]>
- Loading branch information