Skip to content

Instantly share code, notes, and snippets.

@Jalalhejazi
Last active May 15, 2017 11:01
Show Gist options
  • Save Jalalhejazi/44fef6e321eb37d3e198d30812d8f5eb to your computer and use it in GitHub Desktop.
Save Jalalhejazi/44fef6e321eb37d3e198d30812d8f5eb to your computer and use it in GitHub Desktop.
tsconfig.json TypeScripts
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es2016"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment