码迷,mamicode.com
首页 > 其他好文 > 详细

LayaIDE 报typescript编译版本不一致的错

时间:2019-05-08 20:20:37      阅读:274      评论:0      收藏:0      [点我收藏+]

标签:sources   nbsp   编译   import   settings   不一致   script   冲突   resources   

LayaIDE 报typescript编译版本不一致的错

文件 -> 首选项->用户设置那里修改下
settings.json
// 将设置放入此文件中以覆盖默认设置
{
"typescript.check.tscVersion": true,
"typescript.tsdk":"D:/Download/Laya/LayaAirIDE/resources/app/extensions/node_modules/typescript/lib"
}
 
然后
import Animation1 = Laya.Animation; 
这个地方会报错,改下别名就行了。估计是和es6的Animation冲突了

LayaIDE 报typescript编译版本不一致的错

标签:sources   nbsp   编译   import   settings   不一致   script   冲突   resources   

原文地址:https://www.cnblogs.com/as3lib/p/10834183.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!