Skip to content

Commit

Permalink
Add skipLibCheck again to fix type issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Feb 10, 2024
1 parent 38c9a95 commit 8fecd35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -8,6 +8,7 @@
"noUnusedParameters": true,
"pretty": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022",
"useDefineForClassFields": false
Expand Down

0 comments on commit 8fecd35

Please sign in to comment.