// Configuration for IDEs only.
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "rootDir": "..",
    "baseUrl": ".",
    "paths": {
      "@angular/cdk": ["../cdk"],
      "@angular/cdk/*": ["../cdk/*"],
      "@angular/material/*": ["./*"]
    }
  },
  "include": ["./**/*.ts"]
}
