{
  "version": "1.5.3",
  "compilerOptions": {
    "target": "es5",
    "module": "commonjs",
    "declaration": false,
    "noImplicitAny": false,
    "removeComments": true,
    "noLib": false,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "sourceMap": true
  },
  "files": [
    "./app/app.ts",
    "./app/components/about/about.ts",
    "./app/components/home/home.ts",
    "./app/init.ts",
    "./app/services/NameList.ts",
    "./app/typings/_custom.d.ts",
    "./tsd_typings/angular2/angular2.d.ts",
    "./tsd_typings/angular2/router.d.ts",
    "./tsd_typings/es6-promise/es6-promise.d.ts",
    "./tsd_typings/rx/rx-lite.d.ts",
    "./tsd_typings/rx/rx.d.ts",
    "./tsd_typings/systemjs/systemjs.d.ts",
    "./tsd_typings/tsd.d.ts"
  ],
  "filesGlob": [
    "./app/**/*.ts",
    "./tsd_typings/**/*.ts"
  ],
  "compileOnSave": false
}
