Skip to content

Instantly share code, notes, and snippets.

@gmann1982
Created October 23, 2015 11:30
Show Gist options
  • Save gmann1982/095b5563bdacece9b925 to your computer and use it in GitHub Desktop.
Save gmann1982/095b5563bdacece9b925 to your computer and use it in GitHub Desktop.
tsconfig
{
"version": "1.6.2",
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"listFiles": false,
"outDir": "dist"
},
"files": [
"src/app/bootstrap.ts",
"src/app/app.ts",
"typings/angular2/angular2.d.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment