Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Created December 8, 2017 23:02
Show Gist options
  • Save ajcrites/2c710448e1cdbad6ca90c2a6f0ec070e to your computer and use it in GitHub Desktop.
Save ajcrites/2c710448e1cdbad6ca90c2a6f0ec070e to your computer and use it in GitHub Desktop.
class Sample {}
{
"dependencies": {
"ts-node": "^3.3.0",
"typescript": "^2.6.2"
}
}
{
"compilerOptions": {
"target": "ES5",
"experimentalDecorators": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment