Exchanges / more error messages

This commit is contained in:
Aleksandr Kraiz
2022-07-04 19:07:32 +04:00
parent 620e4a5ef7
commit 48ae67c1a8
14 changed files with 91 additions and 28 deletions

View File

@@ -100,6 +100,7 @@
// "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"noUncheckedIndexedAccess": true,
"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
}