Skip to content

Instantly share code, notes, and snippets.

@joaogolias
Created November 1, 2018 15:19
Show Gist options
  • Save joaogolias/42b80df6a29c73da44d4261fb1f91d1f to your computer and use it in GitHub Desktop.
Save joaogolias/42b80df6a29c73da44d4261fb1f91d1f to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es6",
"declaration": true,
"module": "commonjs",
"sourceMap": true,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noImplicitAny": true,
"lib": ["es6"]
},
"exclude": [
"node_modules"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment