Skip to content

Instantly share code, notes, and snippets.

@tuckbloor
Created October 26, 2015 12:29
Show Gist options
  • Save tuckbloor/caa7b51945b2634740fa to your computer and use it in GitHub Desktop.
Save tuckbloor/caa7b51945b2634740fa to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "ES5",
"module": "commonjs",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment