From 402a9238827c36da35586ac2d9ddd8ac26b0108e Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Tue, 20 Jun 2023 02:44:53 +0300 Subject: [PATCH] chore: duplicate type root --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c169383aa..7564cacae 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,6 @@ "strictFunctionTypes": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, - "typeRoots": ["node_modules/@types"], "esModuleInterop": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true,