Im following the official Squash the Creeps godot tutorial but using TypeScript. In the Godot Engine I see the following error: ``` Unicode parsing error: Invalid unicode codepoint (fffd), cannot represent as ASCII/Latin-1 ``` Here is my repo where this is reproducible: https://github.com/alexeychikk/ts-godot-squash-the-creeps You'll need to: ```shell npm i npm run ts ```