Add skipLibCheck to tsconfig.json

This commit is contained in:
Jonas Lochmann
2024-03-18 01:00:00 +01:00
parent 2c401288a3
commit f10b79a023
+2 -1
View File
@@ -11,7 +11,8 @@
"noUnusedParameters": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"sourceMap": true
"sourceMap": true,
"skipLibCheck": true
},
"include": [
"./src/**/*"