chromium/tools/typescript/tests/project2/tsconfig_base.json

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