TypeScript Playgrand Declaration Files

Yo @Deltakosh or @bghgary or @sebavan … I was wondering how one would (if possible) use declaration files on TypeScript Playground. The only classes that don’t show as errors are BABYLON.

More specifically I am trying to use my SceneManager on the TypeScript playground but show as not found classes.

JavaScript playground work great with BABYLON.SceneManager (obviously). But would be kool to start making some demo using the toolkit content (including script components) on the playground.

Unfortunately the intelissense is coming from this file:

Which is generated at build time.

So My advise here would be to be on the BABYLON namespace if you can

I do use the BABYLON namespace… Can i append my declarations to this babylon.d.txt ???

nope. This is during during our build process and not available to external dependencies