Brinsley
10/17/2021, 8:02 AMnpm start
) to error out. I'm trying to figure out how to get the type checking to ignore it but I'm at a loss right now. I've added node_modules to the ignorePatterns
array in .eslintrc.json
and to my tsconfig.json
. Any ideas?Chad (cysense)
10/17/2021, 8:05 AMBrinsley
10/17/2021, 8:07 AM@aws-sdk/util-dynamo
which includes a references to a type File
which it seems to be referencing from node
- I've got node
and @types/node
as devDependencies and it still doesn't like it.Brinsley
10/17/2021, 9:45 AMtsconfig.json/lib
array.