Compile errors after switch to ts6.0.3 babylon version

hey guys, after switching to new version of ts for new version of babylon i face with next compile errors:

X [ERROR] TS2304: Cannot find name ‘SpzModule’. [plugin angular-compiler]

node_modules/babylonjs-loaders/babylonjs.loaders.module.d.ts:8287:51:
  8287 │ export function GetSpzModule(url: string): Promise<SpzModule>;
       ╵                                                    ~~~~~~~~~

X [ERROR] TS2304: Cannot find name ‘GaussianCloud’. [plugin angular-compiler]

node_modules/babylonjs-loaders/babylonjs.loaders.module.d.ts:8306:41:
  8306 │ ...onvertSpzToSplat(cloud: GaussianCloud, scene: Scene, useCorou...
       ╵                            ~~~~~~~~~~~~~

X [ERROR] TS2304: Cannot find name ‘SpzModule’. [plugin angular-compiler]

node_modules/babylonjs-loaders/babylonjs.loaders.module.d.ts:19827:55:
  19827 │     export function GetSpzModule(url: string): Promise<SpzModule>;
        ╵                                                        ~~~~~~~~~

X [ERROR] TS2304: Cannot find name ‘GaussianCloud’. [plugin angular-compiler]

node_modules/babylonjs-loaders/babylonjs.loaders.module.d.ts:19846:45:
  19846 │ ...onvertSpzToSplat(cloud: GaussianCloud, scene: Scene, useCoro...
        ╵                            ~~~~~~~~~~~~~

X [ERROR] TS2552: Cannot find name ‘XRBody’. Did you mean ‘Body’? [plugin angular-compiler]

node_modules/babylonjs/babylon.module.d.ts:196466:19:
  196466 │             body?: XRBody;
         ╵                    ~~~~~~

current actual babylon version 9.17.0 still have this issue

could you please check?

will check.

Just kindly asking (and feel free to dismiss me) - why not use the es6 packages when working with typescript? isn’t it more comfortable?

omg i didn’t even know they are exist. Thanks:)