You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any chance to add typescript support to this project?
Right now to overcome this, I created a JS file that imports threebox-plugin and exports some specific methods that I use, and in the tsconfig added "allowJs": true.
But it will be nice to use this plugin from typescript directly.
The text was updated successfully, but these errors were encountered:
I support this request as well. I am interested in contributing to the implementation of TypeScript support for this project. What specific requirements or steps would be necessary to achieve this?
Is there any chance to add typescript support to this project?
Right now to overcome this, I created a JS file that imports threebox-plugin and exports some specific methods that I use, and in the tsconfig added
"allowJs": true
.But it will be nice to use this plugin from typescript directly.
The text was updated successfully, but these errors were encountered: