From eddff8774e595514b020eeaf6c26152c93a14eb3 Mon Sep 17 00:00:00 2001 From: Brad Beggs <66440906+bdb2381@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:10:39 -0700 Subject: [PATCH] commented out code - incorrect JSON format JSON doesn't support comments. One downstream impact of these comments is Snyk fails to parse the JSON file. https://jsoneditoronline.org/indepth/parse/json-comments/ for some details --- tsconfig.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f96902ebaf3..539c9ac2b7e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,12 +8,7 @@ "esModuleInterop": true, "allowJs": true, "alwaysStrict": true, - // "strictNullChecks": true, - // "strictBindCallApply": true, "strictFunctionTypes": true, - // "strictPropertyInitialization": true, - // "noImplicitAny": true, - // "noImplicitThis": true, "useUnknownInCatchVariables": true, "stripInternal": true, "baseUrl": "."