{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "outDir": "lib",
    "sourceRoot": "/@ortoo/angular-resource"
  },
  "include": [
    "src/**/*.ts"
  ],
  "exclude": [
    "**/worker.ts"
  ],
  "angularCompilerOptions": {
    "skipTemplateCodegen": true,
    "genDir": "lib"
  }
}
