Skip to content

Commit

Permalink
commented out code - incorrect JSON format
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bdb2381 authored Feb 2, 2023
1 parent 1ae2f6f commit eddff87
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "."
Expand Down

0 comments on commit eddff87

Please sign in to comment.