LayaIDE 報typescript編譯版本不一致的錯

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衝突了
相關文章
相關標籤/搜索