//React router dom for typescript npm install --save @types/react-router-dom
# Install react-router-dom yarn add react-router-dom # Install types as devDependencies yarn add -D @types/react-router-dom
npm install --save @types/react-router-dom