Skip to content

Commit

Permalink
fix: adding jest&node types
Browse files Browse the repository at this point in the history
  • Loading branch information
MugishaBienvenu committed Apr 20, 2024
1 parent 804e0f4 commit 6db90d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/custom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ declare module "swagger-ui-express";
declare module "jsonwebtoken";
declare module "crypto-js";
declare module "multer";
declare module "node";
declare module "jest";
declare module "mongoose";
declare module "bcrypt";

0 comments on commit 6db90d1

Please sign in to comment.