Where to find BABYLON.SceneManager type definitions?

In Typescript, i can’t use BABYLON.SceneManager ,which .d.ts file i need import?

"files": [
    "bin/babylon/babylon.d.ts","bin/babylon/gui/babylon.gui.d.ts"
    ,"bin/babylon/materialsLibrary/babylonjs.materials.module.d.ts"
    ,"bin/babylon/serializers/babylonjs.serializers.d.ts"
  ]
1 Like

cc @RaananW

There is no need to add the typings, they should be parsed automatically.

Would be great to know your project setup - what npm package are you installing, what version of babylon, typescript, you are using and so on. Care to share the project itself?

Hello @Tidus just checking in, has your question been answered?