fix(types): Disable noImplicitAny to allow CapacitorHttp builds
This commit is contained in:
parent
37731a37da
commit
23e1720dd1
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"noEmit": true,
|
||||
"jsx": "react-jsx",
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue