Jump to content

Publish TS Def to @types?


Majirefy
 Share

Recommended Posts

54 minutes ago, ihev said:

Try


npm i @develephant/types-phaser --save

and add the following to the tsconfig.json:


{
  "typeRoots": [
    "node_modules/@develephant/types-phaser"
  ] 
}

Thanks for reply!

This npm package is for Phaser-CE, not Phaser 3, I think.

Since Phaser CE comes with TS defination files in node modules, there is no need to install manually.

 

But I think it would be helpful to have Phaser 3 types too.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...