phaser3-typescript-spine
phaser3-typescript-spine copied to clipboard
Fixed an issue that causes build to fail on case-sensitive systems.
I had an issue where the sample code wouldn't compile on a case-sensitive linux system. It turns our the value "Phaser" in the "types" property in tsconfig.json must match the case in the @types/phaser/ folder. There was also an extra slash in the triple slash directive.