Jeron Davis

Results 3 comments of Jeron Davis

Within the Typescript documentation with the section on compiler options 'types', it worked for me to create the types: ["anymatch". "lodash", ......] compiler option in tsconfig.json to eliminate this error....

This is what I used that appears to remedy this type of error for me. If types is specified, only packages listed will be included. For instance: { "compilerOptions": {...

Ok. Thanks for your feedback. If you solved your problem, then why are you telling me? Why not just published it as a check that developers need to ascertain and...