{
  "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/browser_bridge.js",
    "preprocessed/dns_view.js",
    "preprocessed/domain_security_policy_view.js",
    "preprocessed/events_view.js",
    "preprocessed/index.js",
    "preprocessed/main.js",
    "preprocessed/proxy_view.js",
    "preprocessed/shared_dictionary_view.js",
    "preprocessed/sockets_view.js",
    "preprocessed/tab_switcher_view.js",
    "preprocessed/utilities_view.js",
    "preprocessed/util.js",
    "preprocessed/view.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"
    }
  ]
}