From 95fb072568baf41fd3ef49a3d93fd5a7f0a9bcc7 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Thu, 9 May 2024 14:42:32 +0530 Subject: [PATCH] Update typeRoots in tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index aad8af0..91d62b2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,6 +31,7 @@ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ "typeRoots": [ + "node_modules/@types", "src/types" ], // "types": [], /* Specify type package names to be included without being referenced in a source file. */