这样才能让 ts 类型自动注入,而不是靠 ts helper 自动生成。 ## third-part / custom plugin enable plugin: ```ts // config/plugin.ts import tracePlugin from '@eggjs/tracer'; export default { ...tracePlugin(), } ```