When trying to run tsc on my project after converting it to TypeScript, I noticed an error coming from the latest version (1.0.5) of this package.
node_modules/@wonderlandengine/components/dist/vrm.d.ts(130,32): error TS2304: Cannot find name 'GLTFExtensions'.
This is likely caused by the comment above the function declaration of the _initializeVrm function having @param {GLTFExtensions} in there, which sets the type of the parameter of the function to GLTFExtensions.