Remove accidentally readded skipLibCheck again

This commit is contained in:
Titus Wormer 2023-03-30 16:12:16 +02:00
parent c3cdc42fc3
commit e2f78a6319
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -11,7 +11,6 @@
"lib": ["es2020"],
"module": "node16",
"newLine": "lf",
"skipLibCheck": true,
"strict": true,
"target": "es2020"
}