JZLeung // routes 函数 export class Route { func: string; auth: boolean; middlewares: string[]; } // main 函数 import { Route } from './routes' 报错: Cannot find module './routes' or its corresponding type declarations.(2307)