From ae4420427c57019838b71878b4330426af1e9700 Mon Sep 17 00:00:00 2001 From: Sinan Date: Fri, 4 Oct 2024 00:01:38 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20tsconfig=20error=20solved?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/tsconfig.json b/client/tsconfig.json index 13d176f8..ff382dad 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -21,8 +21,6 @@ "paths": { "@/*": ["./*"] }, - "typeRoots": ["./types", "./node_modules/@types"], - "types": ["html2pdf.js"], }, "include": [ "next-env.d.ts",