简介
nestjs项目中导入new winston.transport.DailyRotateFile({...})
提示Property 'DailyRotateFile' does not exist on type 'typeof TransportStream'.ts(2339)
解决
1 | import * as winston from 'winston'; |
nestjs项目中导入new winston.transport.DailyRotateFile({...})
提示Property 'DailyRotateFile' does not exist on type 'typeof TransportStream'.ts(2339)
1 | import * as winston from 'winston'; |
如有问题可联系 Email:afacode@outlook.com 或 微信:afacode