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
Use the ts-defold key in the package.json to point to the main *.project file for the Defold app.
default to app/game.project if not present
Scan the *.project file for [dependencies] and generate the types from the included documentation in the extension package.
If no types are available scan the ts-defold/extension-types repo (naming TBD) to check for types.
If these types are available a message about how to include them in your .tsconfig and package.json should be emitted instead.
We may also want to simply not generate types if these types are explicitly defined. There may be user-contributed types that work better than any auto-generated types.
Support type definitions for extensions.
.tsconfig
file, and not automatically included.The text was updated successfully, but these errors were encountered: