deno init --npm vite@latest. Right after initialization I'm installing the game library https://www.npmjs.com/package/excalibur. A game object in the engine is written like this:width and height properties. It saysType 'number' is not assignable to type 'undefined'.though they are both a type of
number | undefined. If I replace the package.json file with a deno.json file and reinstalls the node_modules it all works. I have tested on two machines. Is it a bug or am I missing something?deno init --npm vite@latest test-exc, select Vanilla, select TypeScriptdeno install inside the project.deno add npm:excaliburwidth and height.npm:excalibur, remove the node_modules folder, and reinstall with deno install.