Currently, I am looking to activate the noImplicitAny
flag in my compiler.
My main issue lies with utilizing lodash/fp as there are no typings available at this moment.
Due to this, the compiler is generating errors due to the absence of a definition file for lodash/fp.
Is there a method to selectively permit implicit any solely for external JavaScript files? Or perhaps create a whitelist for a specific subdirectory such as node_modules
?