import { MongoClient } from 'mongodb';
chỉ cần nhập định nghĩa kiểu từ node_modules/@types/mongodb/index.d.ts
import * as mongodb from 'mongodb';
nhập mọi thứ từ node_modules / mongodb / index.js và giống như
let mongodb = require('mongodb');