Skip to content

Instantly share code, notes, and snippets.

@Jaxkr
Created July 12, 2019 17:36
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 Jaxkr/9dbf625a40e3db6a8426a3fb2b6b8698 to your computer and use it in GitHub Desktop.
Save Jaxkr/9dbf625a40e3db6a8426a3fb2b6b8698 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"outDir": "./dist",
"strict": false,
"target": "es5",
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment