Skip to content

Instantly share code, notes, and snippets.

@constgen
Created May 16, 2017 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save constgen/3c788c4ad7b1b77ab7c03a54c074b662 to your computer and use it in GitHub Desktop.
Save constgen/3c788c4ad7b1b77ab7c03a54c074b662 to your computer and use it in GitHub Desktop.
Allow decorators in VSCode
{
"compilerOptions": {
"experimentalDecorators": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment