chromium/ash/webui/sample_system_web_app_ui/resources/trusted/tsconfig_worker.json

{
  "extends": "../../../../../tools/typescript/tsconfig_base.json",
  "compilerOptions": {
    "lib": ["webworker", "esnext"]
  }
}