Hi, I am having an issue where the namespace Phaser.Types is unavailable from my code. Can somebody help?
TS2339: Property 'Types' does not exist on type 'typeof Phaser'.
Hi, I am having an issue where the namespace Phaser.Types is unavailable from my code. Can somebody help?
TS2339: Property 'Types' does not exist on type 'typeof Phaser'.
did you ever figure out what was causing this error?
Not much information to go on, but a start is to make sure you have added phaser to your tsconfig file.