Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Jan 24, 2024
1 parent 8627c17 commit acb92a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"moduleResolution": "Bundler",
"target": "ES2022",
"strict": true,
"strictNullChecks": false
}
"strictNullChecks": false,
},
}

1 comment on commit acb92a9

@ayush99336
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot from 2024-01-31 21-11-43
Issue in Parsing in codechef

Please sign in to comment.