Open mattcolman opened 7 years ago
pretty sure this works, although I've never written typescript before.
I tried to compile my code to test but get the error Only 'amd' and 'system' modules are supported alongside --outFile
Only 'amd' and 'system' modules are supported alongside --outFile
This code allows to use dragonbones events. e.g. sprite.events.onDBComplete.add(() => { // do something })
sprite.events.onDBComplete.add(() => { // do something })
pretty sure this works, although I've never written typescript before.
I tried to compile my code to test but get the error
Only 'amd' and 'system' modules are supported alongside --outFile
This code allows to use dragonbones events. e.g.
sprite.events.onDBComplete.add(() => { // do something })