## How to build
* $ `npm install`
* $ `npm run build`

## Make sure project structure like this:
```
Your project
    |-- libs
        |-- phaser.d.ts
        |-- pixi.d.ts
        |-- p2.d.ts
    |-- node_modules
        |-- ...
    |-- out
        |-- ...
    |-- src
        |-- ...
    |-- ...
```

## Phaser declaration
* [Get phaser.d.ts, pixi.d.ts, p2.d.ts](https://github.com/photonstorm/phaser-ce/tree/master/typescript/)