{
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true,
    "composite": true,
    "declaration": true,
    "experimentalDecorators": true,
    "forceConsistentCasingInFileNames": true,
    "inlineSources": true,
    "lib": [
      "ES2023",
      "ES2024.Promise",
      "ESNext.Iterator",
      "ESNext.Collection",
      "ESNext.Array",
      "dom",
      "dom.iterable"
    ],
    "module": "esnext",
    "noEmitOnError": true,
    "noFallthroughCasesInSwitch": true,
    "noImplicitOverride": true,
    "noImplicitReturns": true,
    "noUnusedLocals": false,
    "noUnusedParameters": false,
    "outDir": ".",
    "rootDir": "../../../../../../front_end/models/trace",
    "skipLibCheck": true,
    "sourceMap": true,
    "strict": true,
    "target": "ES2023",
    "tsBuildInfoFile": "trace-tsconfig.json.tsbuildinfo",
    "typeRoots": [],
    "useUnknownInCatchVariables": false
  },
  "files": [
    "../../../../../../front_end/models/trace/EntityMapper.ts",
    "../../../../../../front_end/models/trace/EventsSerializer.ts",
    "../../../../../../front_end/models/trace/LanternComputationData.ts",
    "../../../../../../front_end/models/trace/ModelImpl.ts",
    "../../../../../../front_end/models/trace/Name.ts",
    "../../../../../../front_end/models/trace/Processor.ts",
    "../../../../../../front_end/models/trace/Styles.ts",
    "../../../../../../front_end/legacy/legacy-defs.d.ts",
    "../../../../../../front_end/global_typings/global_defs.d.ts",
    "../../../../../../node_modules/@types/filesystem/index.d.ts"
  ],
  "references": [
    {
      "path": "../../core/common/bundle-tsconfig.json"
    },
    {
      "path": "../../core/platform/bundle-tsconfig.json"
    },
    {
      "path": "../../core/root/bundle-tsconfig.json"
    },
    {
      "path": "../../core/sdk/bundle-tsconfig.json"
    },
    {
      "path": "../../generated/protocol-tsconfig.json"
    },
    {
      "path": "../cpu_profile/bundle-tsconfig.json"
    },
    {
      "path": "extras/bundle-tsconfig.json"
    },
    {
      "path": "handlers/bundle-tsconfig.json"
    },
    {
      "path": "helpers/bundle-tsconfig.json"
    },
    {
      "path": "insights/bundle-tsconfig.json"
    },
    {
      "path": "lantern/bundle-tsconfig.json"
    },
    {
      "path": "types/bundle-tsconfig.json"
    }
  ]
}