Merge branch 'fix_critical_issues' into 'master'

fixing typescript import

See merge request !175
1 job for master in 12 seconds (queued for 2 seconds)
Name Stage Failure
failed
deploy-master Deploy
> tsc -build

node_modules/@types/node/globals.d.ts(347,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
node_modules/@types/express-session/index.d.ts(17,13): error TS2687: All declarations of 'session' must have identical modifiers.
node_modules/@types/express-flash-2/index.d.ts(13,13): error TS2687: All declarations of 'session' must have identical modifiers.
node_modules/@types/express-flash-2/index.d.ts(13,13): error TS2717: Subsequent property declarations must have the same type. Property 'session' must be of type 'Session & Partial<SessionData>', but here has type 'Session | undefined'.
routes/account.ts(5,25): error TS2307: Cannot find module 'uuid/v4' or its corresponding type declarations.
Cleaning up project directory and file based variables
ERROR: Job failed: exit status 1