skipLibCheck

This commit is contained in:
Eugene
2026-07-13 10:57:23 +02:00
parent d33ba48302
commit 14e2d60b9b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
"noImplicitAny": false,
"removeComments": false,
"esModuleInterop": true,
"skipLibCheck": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
+1
View File
@@ -10,6 +10,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"skipLibCheck": true,
"sourceMap": true,
"noUnusedParameters": true,
"noImplicitReturns": true,