解决TypeScript配置别名使用出现“隐式拥有 “any” 类型”问题 问题情况如图: 在tsconfig.json配置文件中添加/修改"noImplicitAny"的值为false "noImplicitAny": false