A VS Code extension that automatically creates asterisk (aka "namespace") imports (import * as X from 'x') for installed packages. Why? Because some libraries (like zod) recommend using namespace ...
To ensure both the game and typescript have no issues with import paths, your import statements should follow a few formatting rules: Paths must be absolute from the root of src/, which will be ...