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,
|
"noEmit": true,
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
|
"noImplicitAny": false,
|
||||||
"noUnusedLocals": false,
|
"noUnusedLocals": false,
|
||||||
"noUnusedParameters": false,
|
"noUnusedParameters": false,
|
||||||
"noFallthroughCasesInSwitch": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue