node version v14.19.0
egg version 2.33.1
现在看生成的d.ts文件还是空的类
import 'egg';
import ExtendResponse = require('../../../app/extend/response');
type ExtendResponseType = typeof ExtendResponse;
declare module 'egg' {
interface Response extends ExtendResponseType { }
}