In my package.json, I have these dependencies - none of the @babylonjs dependencies.
"babylonjs": "^6.7.0",
"babylonjs-gui": "^6.7.0",
"babylonjs-loaders": "^6.7.0",
"babylonjs-materials": "^6.7.0",
"babylonjs-serializers": "^6.7.0",
In my tsconfig.json, I have these types:
“babylonjs”,
“babylonjs-gui”,
“babylonjs-loaders”,
“babylonjs-serializers”,
The BABYLON types import correctly in to a TS file with no explicit imports but I get an error in TS when including BABYLON.GUI. Please advise.
Thanks,
Michael