// Special typescript project file, used by eslint only.
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "rootDir": "."
  },
  "include": [
    // repeated from base config's "include" setting
    "schematics"
  ]
}
