seanpmaxwell / express-generator-typescript

Create a new express app similar to express-generator but with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webstorm debug get error!

rezonegames opened this issue · comments

src/routes/middleware.ts(23,17): error TS2339: Property 'sessionUser' does not exist on type 'Response<any, Record<string, any>>

solved :) , "typeRoots": ["src/@types", "node_modules/@types"],