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
If you intend for your TypeScript code to be used as an external library (in the case that you have a public API), exports cannot be renamed. Private properties should still be renameable, however.
If you intend for your TypeScript code to be used as an external library (in the case that you have a public API),
exports cannot be renamed. Private properties should still be renameable, however.At the moment, there is no support for this.