Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

TS7016: Could not find a declaration file for module 'bson'. #1

Description

@neyhuel

Cuando levanté el proyecto con Docker me encontré con este error:

TS7016: Could not find a declaration file for module 'bson'.

Selección_147

Lo solucioné agregando esta linea al archivo package,json

    "devDependencies": {
        "@types/amqplib": "0.5.13",
        "@types/body-parser": "1.19.0",
        "@types/bson": "4.0.2",                     <------- Esta línea
        "@types/compression": "1.7.0",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions