Skip to main content

引用 esModule 编译报错

提示报错类似:

UnhandledPromiseRejectionWarning: TypeError: express_rate_limit_1.default is not a function

解决:

tsconfig.json中添加"esModuleInterop": true