We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In TypeScrip 1.5 beta, is it possible to set emitDecoratorMetadata flag in Visual Studio 2013?
emitDecoratorMetadata
I can see the __metadata call in the generated JS code when compile from command line but I cannot find corresponding option in VS.
__metadata
Thanks!
The text was updated successfully, but these errors were encountered:
Sounds like you want it added to the list here: #3034
Sorry, something went wrong.
tracked by #3034 now.
No branches or pull requests
In TypeScrip 1.5 beta, is it possible to set
emitDecoratorMetadata
flag in Visual Studio 2013?I can see the
__metadata
call in the generated JS code when compile from command line but I cannot find corresponding option in VS.Thanks!
The text was updated successfully, but these errors were encountered: