{
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true,
    "composite": true,
    "declaration": true,
    "forceConsistentCasingInFileNames": true,
    "inlineSources": true,
    "lib": [
      "esnext",
      "dom",
      "dom.iterable"
    ],
    "module": "esnext",
    "noEmitOnError": true,
    "noFallthroughCasesInSwitch": true,
    "noImplicitReturns": true,
    "outDir": ".",
    "rootDir": "../../../../../../front_end/entrypoints/formatter_worker",
    "skipLibCheck": true,
    "sourceMap": true,
    "strict": true,
    "target": "esnext",
    "tsBuildInfoFile": "formatter_worker-tsconfig.json.tsbuildinfo",
    "typeRoots": [],
    "useUnknownInCatchVariables": false
  },
  "files": [
    "../../../../../../front_end/entrypoints/formatter_worker/AcornTokenizer.ts",
    "../../../../../../front_end/entrypoints/formatter_worker/CSSFormatter.ts",
    "../../../../../../front_end/entrypoints/formatter_worker/CSSRuleParser.ts",
    "../../../../../../front_end/entrypoints/formatter_worker/ESTreeWalker.ts",
    "../../../../../../front_end/entrypoints/formatter_worker/FormattedContentBuilder.ts",
    "../../../../../../front_end/entrypoints/formatter_worker/FormatterWorker.ts",
    "../../../../../../front_end/entrypoints/formatter_worker/HTMLFormatter.ts",
    "../../../../../../front_end/entrypoints/formatter_worker/HTMLOutline.ts",
    "../../../../../../front_end/entrypoints/formatter_worker/IdentityFormatter.ts",
    "../../../../../../front_end/entrypoints/formatter_worker/JSONFormatter.ts",
    "../../../../../../front_end/entrypoints/formatter_worker/JavaScriptFormatter.ts",
    "../../../../../../front_end/entrypoints/formatter_worker/JavaScriptOutline.ts",
    "../../../../../../front_end/entrypoints/formatter_worker/Substitute.ts",
    "../../../../../../front_end/legacy/legacy-defs.d.ts",
    "../../../../../../front_end/global_typings/global_defs.d.ts",
    "../../../../../../front_end/global_typings/request_idle_callback.d.ts",
    "../../../../../../node_modules/@types/filesystem/index.d.ts"
  ],
  "references": [
    {
      "path": "./formatter_actions-tsconfig.json"
    },
    {
      "path": "../../core/platform/bundle-tsconfig.json"
    },
    {
      "path": "../../core/root/bundle-tsconfig.json"
    },
    {
      "path": "../../models/text_utils/bundle-tsconfig.json"
    },
    {
      "path": "../../third_party/acorn/bundle-tsconfig.json"
    },
    {
      "path": "../../third_party/acorn-loose/bundle-tsconfig.json"
    },
    {
      "path": "../../third_party/codemirror/codemirror-tsconfig.json"
    }
  ]
}