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
Markers are now removed from typescript declaration files. For this to work, you must set the afterDeclarations plugin option to true. Important: If you set this option to true, then your normal .ts files won't get transformed, so you'll have to add this transformer twice, once with afterDeclarations set to true, and once set to false.