[ty] Add `allowed-unresolved-imports` option
Add config to specify set of import paths to be resolved to Any.
This config will silence import errors and replace the module with typing.Any.
If the module can be found, its type information will still be replaced with typing.Any.