这是我的进口,它适用于包裹的构建:VS代码在这一行上抛出一个信息警告,说明Could not find adeclaration file for module '@createjs/easeljs'.dependency 'createjs'中失败了。/easeljs": "^2.0.0-beta.4",
我正在尝试使用createjs版本8中的新继承模型。我想让Tile继承createjs.Shape。这里是最基本的代码。//This is the Tile constructor this.Shape_constructor;var p = createjs.extend(Tile, createjs.Shape); //Tile is a subclass of shape
window.Tile = createjs</e