chromium/chrome/browser/resources/commerce/tsconfig_base.json

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