how to allow implicit any in .d.ts code example
Example: how to allow implicit any in .d.ts
{
"compilerOptions": {
"skipLibCheck": true,
...
},
...
}
{
"compilerOptions": {
"skipLibCheck": true,
...
},
...
}