mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-22 09:37:54 +00:00
When installing 3rd party packages typescript will expect a corresponding typing file You can try to see if one is available via
yarn add -D @types/package-name
If it is not available you can avoid errors by defining your own file in this folder It does not need to contain any data (although you can build out the interface if you want)