build: turn on skipLibCheck
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/900/head
parent
e04fc9e091
commit
6ba986acfe
|
@ -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/*"
|
||||||
|
|
Loading…
Reference in New Issue