Add skipLibCheck to tsconfig.json

This commit is contained in:
Jonas Lochmann 2024-03-18 01:00:00 +01:00
parent 2c401288a3
commit f10b79a023
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -11,7 +11,8 @@
"noUnusedParameters": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"sourceMap": true
"sourceMap": true,
"skipLibCheck": true
},
"include": [
"./src/**/*"