Skip to content

Commit

Permalink
[frontend] Disabled skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Sep 13, 2024
1 parent a185ef2 commit f44b567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"sourceMap": true,
"target": "es5",

"skipLibCheck": true,

"allowUnreachableCode": false,
"allowUnusedLabels": false,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"exactOptionalPropertyTypes": true,
Expand Down

0 comments on commit f44b567

Please sign in to comment.