mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
19bfd386ac
Complete the tsdocs task to download automatically the phaser-plugins and scan their comments to add them in the phaser.comments.d.ts where the plugins classes are defined.
9 lines
215 B
JavaScript
9 lines
215 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
options: {
|
|
repository: "https://github.com/photonstorm/phaser-plugins",
|
|
branch: "master",
|
|
directory: "out/plugins"
|
|
}
|
|
}
|
|
};
|