From 66abb784eab6226c6a00b5fe1f30117ed3c67a06 Mon Sep 17 00:00:00 2001 From: Yash-Ainapure Date: Thu, 24 Oct 2024 19:25:01 +0530 Subject: [PATCH] fixed dep3 --- backend/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/tsconfig.json b/backend/tsconfig.json index 322d289..0b9bb17 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -33,7 +33,6 @@ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */ // "types": [], /* Specify type package names to be included without being referenced in a source file. */ - "types": ["node", "cookie-parser", "jsonwebtoken"], // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ // "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */ // "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set. */