phaser3-typescript-spine icon indicating copy to clipboard operation
phaser3-typescript-spine copied to clipboard

Fixed an issue that causes build to fail on case-sensitive systems.

Open defmech opened this issue 5 years ago • 0 comments

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.

defmech avatar May 28 '20 16:05 defmech