11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "compilerOptions": {
31cb0ef41Sopenharmony_ci    "outDir": "build/",
41cb0ef41Sopenharmony_ci    "allowJs": false,
51cb0ef41Sopenharmony_ci    "target": "es2018",
61cb0ef41Sopenharmony_ci    "module": "es2015",
71cb0ef41Sopenharmony_ci    "sourceMap": true,
81cb0ef41Sopenharmony_ci    "experimentalDecorators": true,
91cb0ef41Sopenharmony_ci    "emitDecoratorMetadata": true,
101cb0ef41Sopenharmony_ci    "moduleResolution": "node",
111cb0ef41Sopenharmony_ci    "noUnusedLocals": true,
121cb0ef41Sopenharmony_ci    "noImplicitReturns": true,
131cb0ef41Sopenharmony_ci    "noImplicitThis": true,
141cb0ef41Sopenharmony_ci    "lib": ["dom", "es6", "dom.iterable", "scripthost", "es2018"]
151cb0ef41Sopenharmony_ci  },
161cb0ef41Sopenharmony_ci  "files": [
171cb0ef41Sopenharmony_ci    "src/util.ts",
181cb0ef41Sopenharmony_ci    "src/node.ts",
191cb0ef41Sopenharmony_ci    "src/edge.ts",
201cb0ef41Sopenharmony_ci    "src/graph.ts",
211cb0ef41Sopenharmony_ci    "src/node-label.ts",
221cb0ef41Sopenharmony_ci    "src/source-resolver.ts",
231cb0ef41Sopenharmony_ci    "src/selection.ts",
241cb0ef41Sopenharmony_ci    "src/selection-broker.ts",
251cb0ef41Sopenharmony_ci    "src/selection-handler.ts",
261cb0ef41Sopenharmony_ci    "src/constants.ts",
271cb0ef41Sopenharmony_ci    "src/view.ts",
281cb0ef41Sopenharmony_ci    "src/text-view.ts",
291cb0ef41Sopenharmony_ci    "src/code-view.ts",
301cb0ef41Sopenharmony_ci    "src/graph-layout.ts",
311cb0ef41Sopenharmony_ci    "src/graph-view.ts",
321cb0ef41Sopenharmony_ci    "src/schedule-view.ts",
331cb0ef41Sopenharmony_ci    "src/disassembly-view.ts",
341cb0ef41Sopenharmony_ci    "src/graphmultiview.ts",
351cb0ef41Sopenharmony_ci    "src/turbo-visualizer.ts",
361cb0ef41Sopenharmony_ci    "src/resizer.ts",
371cb0ef41Sopenharmony_ci    "src/info-view.ts"
381cb0ef41Sopenharmony_ci  ]
391cb0ef41Sopenharmony_ci}
40