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
Just curious if there's been any thought about adding TypeScript type definitions to these modules. One nice thing I still like about three.js is that there is a well-maintained .d.ts file, which makes working with TS and JS a lot more pleasant in modern editors like VSCode. VSCode can even infer types from standalone JS source files, but when you use require unfortunately it can't infer anything.
The text was updated successfully, but these errors were encountered:
Just curious if there's been any thought about adding TypeScript type definitions to these modules. One nice thing I still like about three.js is that there is a well-maintained .d.ts file, which makes working with TS and JS a lot more pleasant in modern editors like VSCode. VSCode can even infer types from standalone JS source files, but when you use
require
unfortunately it can't infer anything.The text was updated successfully, but these errors were encountered: