how to allow implicit any in .d.ts

JavaScript
{
    "compilerOptions": {
        "skipLibCheck": true,
        ...
    },
    ...
}
Source

Also in JavaScript: