Posts by Rodrigo Sartori • 1 point
1 post
-
0
votes5
answers2360
viewsA: Typescript error Property 'user' does not exist on type 'Request<Paramsdictionary, any, any, Parsedqs>'
Dude, I had the same problem as you, by researching here I found the solution: in tsconfig.json use this: "typeRoots": [ "./src/@types", "./custom_typings", "./@types", "./node_modules/@types" ] at…