From 2a8780a91991225ce555dd7de75d617ae35faa31 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sat, 24 Feb 2024 13:53:23 +0600 Subject: [PATCH] Apply prettier fix --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index a90d980..e7fa3b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,8 +18,8 @@ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true, + "noFallthroughCasesInSwitch": true }, "include": ["src", "global.d.ts"], - "references": [{ "path": "./tsconfig.node.json" }], + "references": [{ "path": "./tsconfig.node.json" }] }