Posts by Hiran Azevedo • 1 point
1 post
-
-2
votes5
answers2360
viewsA: Typescript error Property 'user' does not exist on type 'Request<Paramsdictionary, any, any, Parsedqs>'
I was doing Bootcamp like you, it seems by the question, It was 2 simple steps. 1- Inside tsConfig.json I added: "typeRoots": [ "./src/@types", "./node_modules/@types" ] 2- I changed the directory…