{
  "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/panels/web_audio/graph_visualizer",
    "skipLibCheck": true,
    "sourceMap": true,
    "strict": true,
    "target": "esnext",
    "tsBuildInfoFile": "web_audio_graph_visualizer-tsconfig.json.tsbuildinfo",
    "typeRoots": [],
    "useUnknownInCatchVariables": false
  },
  "files": [
    "../../../../../../../front_end/panels/web_audio/graph_visualizer/EdgeView.ts",
    "../../../../../../../front_end/panels/web_audio/graph_visualizer/GraphManager.ts",
    "../../../../../../../front_end/panels/web_audio/graph_visualizer/GraphStyle.ts",
    "../../../../../../../front_end/panels/web_audio/graph_visualizer/GraphView.ts",
    "../../../../../../../front_end/panels/web_audio/graph_visualizer/NodeRendererUtility.ts",
    "../../../../../../../front_end/panels/web_audio/graph_visualizer/NodeView.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": "../../../core/common/bundle-tsconfig.json"
    },
    {
      "path": "../../../core/platform/bundle-tsconfig.json"
    },
    {
      "path": "../../../ui/legacy/bundle-tsconfig.json"
    }
  ]
}