{
  "compilerOptions": {
    "baseUrl": ".",
    "declaration": true,
    "stripInternal": true,
    "experimentalDecorators": true,
    "noImplicitAny": true,
    "strictNullChecks": true,
    "emitDecoratorMetadata": true,
    "module": "commonjs",
    "moduleResolution": "node",
    "outDir": "../../dist/examples",
    "paths": {
      "@angular/*": ["../../dist/packages-dist/*"],
      "rxjs/*": ["../../node_modules/rxjs/*"]
    },
    "rootDir": ".",
    "sourceMap": true,
    "inlineSources": true,
    "target": "es5",
    "lib": ["es2015", "dom"],
    "skipLibCheck": true,
    "types": ["jasmine", "node", "angularjs", "systemjs"]
  },
  "include": [
    "./**/*.ts",
    "../../node_modules/zone.js/dist/zone.js.d.ts",
    // TODO(i): we can't use protractor's built-in typings because they contain lots of ambient definitions
    "../../node_modules/@types/protractor/index.d.ts"
  ]
}