From c32d8c4eca270718202541775a14672c3a5abda4 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Tue, 20 Feb 2024 09:30:49 +0530 Subject: [PATCH] chore: fix lint --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d6abd0f..fb41806 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "strict": true, "types": ["node"], "resolveJsonModule": true, - "allowSyntheticDefaultImports": true, + "allowSyntheticDefaultImports": true }, - "include": ["./src/**/*"], + "include": ["./src/**/*"] }