引用 esModule 编译报错
提示报错类似:
UnhandledPromiseRejectionWarning: TypeError: express_rate_limit_1.default is not a function
解决:
在tsconfig.json
中添加"esModuleInterop": true
提示报错类似:
UnhandledPromiseRejectionWarning: TypeError: express_rate_limit_1.default is not a function
解决:
在tsconfig.json
中添加"esModuleInterop": true