{
  "extends": "../../../../../../../tools/typescript/tsconfig_base.json",
  "compilerOptions": {
    "rootDir": "preprocessed",
    "outDir": "tsc",
    "allowJs": true,
    "skipLibCheck": true,
    "paths": {
      "/strings.m.js": [
        "../../../../../../..//tools/typescript/definitions/strings.d.ts"
      ],
      "//resources/js/*": [
        "./../../../../ui/webui/resources/tsc/js/*"
      ],
      "chrome://resources/js/*": [
        "./../../../../ui/webui/resources/tsc/js/*"
      ],
      "/tools/typescript/definitions/*": [
        "./../../../../../../../tools/typescript/definitions/*"
      ]
    }
  },
  "files": [
    "preprocessed/candidate_grid.js",
    "preprocessed/data_series.js",
    "preprocessed/dump_creator.js",
    "preprocessed/peer_connection_update_table.js",
    "preprocessed/sdp_utils.js",
    "preprocessed/stats_graph_helper.js",
    "preprocessed/stats_helper.js",
    "preprocessed/stats_rates_calculator.js",
    "preprocessed/stats_table.js",
    "preprocessed/tab_view.js",
    "preprocessed/timeline_graph_view.js",
    "preprocessed/user_media_table.js",
    "preprocessed/webrtc_internals.js",
    "../../../../../../../tools/typescript/definitions/strings.d.ts"
  ],
  "references": [
    {
      "path": "../../../../tools/typescript/definitions/tsconfig_build_ts.json"
    },
    {
      "path": "../../../../ui/webui/resources/js/tsconfig_build_ts.json"
    }
  ]
}