From 133fa4c9cd3de3fa6f24a4fa3454138d5ca53336 Mon Sep 17 00:00:00 2001 From: bhanvimenghani Date: Thu, 28 Apr 2022 16:16:54 +0530 Subject: [PATCH] upated tsconfig.json as per pr 9 review comments --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e88cb79..9c2485f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "typeRoots": [ "", "./node_modules/@types"], "baseUrl": ".", "rootDir": ".", "outDir": "dist",