@develephant/types-phaser
v1.0.1
Published
A phaser.js shim for VSCode types
Downloads
12
Maintainers
Readme
types-phaser
A phaser.js shim for TypeScript types.
https://github.com/photonstorm/phaser-ce
Install
npm i @develephant/types-phaser --save
Usage
This module is for TypeScript. Add the following to the tsconfig.json
:
{
"typeRoots": [
"node_modules/@develephant/types-phaser"
]
}