The same thing for @types/react-dom.
import React from 'react';export default function App() {const [state, setState] = React.useState(); }
Did you try on that way?
and you are using the right @types in your package.json
"@types/react": "^16.8.14","@types/react-dom": "16.8.3","typescript": "3.5.3"