mongodb node_module error

the error
[{
    "resource": "/c:/Users/jack/Desktop/esno bot/node_modules/mongodb/tsconfig.json",
    "owner": "typescript",
    "severity": 8,
    "message": "Option 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '\"ignoreDeprecations\": \"5.0\"' to silence this error.\n  Use 'verbatimModuleSyntax' instead.",
    "source": "ts",
    "startLineNumber": 20,
    "startColumn": 5,
    "endLineNumber": 20,
    "endColumn": 29
}]
Was this page helpful?