chromium/components/policy/resources/webui/tsconfig_base.json

{
  "extends": "../../../../tools/typescript/tsconfig_base.json",
  "compilerOptions": {
    "noUnusedLocals": false,
    "strictPropertyInitialization": false
  }
}