From 96ef2101397f4200f1b05ba62db428db971db922 Mon Sep 17 00:00:00 2001 From: istarkov Date: Sun, 7 Jul 2024 13:27:28 +0300 Subject: [PATCH] Remove comments --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f15dea9..31cc109 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,8 +11,6 @@ "listFiles": false, "noFallthroughCasesInSwitch": true, "pretty": true, - // "moduleResolution": "nodeNext", // disabled to be compatible with module: "esnext" - // "resolveJsonModule": true, // disabled to be compatible with module: "esnext" "rootDir": "src", "skipLibCheck": true, "strict": true,