fix(types): Temporarily disable strict mode for CapacitorHttp
This commit is contained in:
parent
23e1720dd1
commit
06addc52f0
1 changed files with 1 additions and 2 deletions
|
|
@ -15,8 +15,7 @@
|
|||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx",
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"strict": false,
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue