Skip to content

Commit

Permalink
Comply with TS deprecations and cut unrelevant lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrHoroshih committed Oct 12, 2023
1 parent 33e35c4 commit d0a5233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-typings/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"noUnusedLocals": false,
"strict": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true
"skipLibCheck": true,
}
}

0 comments on commit d0a5233

Please sign in to comment.