配置/说明 typescript版本:5.9.2 tsconfig.json配置文件 { "compilerOptions": { "experimentalDecorators": false, // ❌ 关闭 TypeScript 旧版实验装饰器支持(TS5 新装饰器不依赖这个