chromium/third_party/blink/web_tests/external/wpt/digital-credentials/tsconfig.json

{
  "compilerOptions": {
    "target": "ESNext",
    "module": "ESNext",
    "allowJs": true,
    "checkJs": true,
    "noEmit": true,
    "strict": true,
    "lib": ["dom", "esnext"],
    "baseUrl": "."
  }
}