{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "baseUrl": "./",
    "alwaysStrict": true,
    "declaration": true,
    "inlineSources": true,
    "stripInternal": true,
    "downlevelIteration": true
  },
  "files": ["public_api.ts", "typings.d.ts"],
  "exclude": ["*.spec.ts"],
  "angularCompilerOptions": {
    "annotateForClosureCompiler": true,
    "skipTemplateCodegen": true,
    "strictMetadataEmit": true,
    "fullTemplateTypeCheck": true,
    "strictInjectionParameters": true,
    "enableResourceInlining": true,
    "flatModuleId": "AUTOGENERATED",
    "flatModuleOutFile": "AUTOGENERATED"
  }
}
