How can I infer everything in JS files as any when creating declaration files (or avoid inferirng types entirely for JS)
I have a project (say projectA) that contains some js
and some ts
files. The js
files were written ages ago, and there are many of them (1000s).