https://github.com/angular/angular
Raw File
Tip revision: f6c265deba009e875a3703f46ec38cb592ee6791 authored by Thomas Mair on 19 May 2022, 10:20:09 UTC
fix(docs-infra): add member name to search index without ignore list (#46060)
Tip revision: f6c265d
tsconfig-tslint.json
{
  "compilerOptions": {
    "allowJs": true,
    "esModuleInterop": true
  },
  "include": [
    "packages/**/*",
    "modules/**/*",
    "tools/**/*",
    "scripts/**/*",
    "devtools/**/*",
  ]
}
back to top