build: turn on skipLibCheck

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/900/head
Varun Patil 2023-10-29 18:32:00 -07:00
parent e04fc9e091
commit 6ba986acfe
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
"alwaysStrict": true, "alwaysStrict": true,
"incremental": true, "incremental": true,
"verbatimModuleSyntax": true, "verbatimModuleSyntax": true,
"skipLibCheck": true,
"paths": { "paths": {
"@services/*": [ "@services/*": [
"./src/services/*" "./src/services/*"