@quick-game/cli
Version:
Command line interface for rapid qg development
128 lines • 4.85 kB
JSON
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"composite": true,
"declaration": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"inlineSources": true,
"lib": [
"esnext",
"dom",
"dom.iterable"
],
"module": "esnext",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUnusedLocals": false,
"outDir": ".",
"rootDir": "../../../../../../front_end/panels/timeline",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "timeline-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../front_end/panels/timeline/AnimationsTrackAppender.ts",
"../../../../../../front_end/panels/timeline/AppenderUtils.ts",
"../../../../../../front_end/panels/timeline/CLSLinkifier.ts",
"../../../../../../front_end/panels/timeline/CompatibilityTracksAppender.ts",
"../../../../../../front_end/panels/timeline/CountersGraph.ts",
"../../../../../../front_end/panels/timeline/EventsTimelineTreeView.ts",
"../../../../../../front_end/panels/timeline/GPUTrackAppender.ts",
"../../../../../../front_end/panels/timeline/InteractionsTrackAppender.ts",
"../../../../../../front_end/panels/timeline/LayoutShiftsTrackAppender.ts",
"../../../../../../front_end/panels/timeline/NetworkTrackAppender.ts",
"../../../../../../front_end/panels/timeline/PerformanceModel.ts",
"../../../../../../front_end/panels/timeline/SaveFileFormatter.ts",
"../../../../../../front_end/panels/timeline/ThreadAppender.ts",
"../../../../../../front_end/panels/timeline/TimelineController.ts",
"../../../../../../front_end/panels/timeline/TimelineDetailsView.ts",
"../../../../../../front_end/panels/timeline/TimelineEventOverview.ts",
"../../../../../../front_end/panels/timeline/TimelineFilters.ts",
"../../../../../../front_end/panels/timeline/TimelineFlameChartDataProvider.ts",
"../../../../../../front_end/panels/timeline/TimelineFlameChartNetworkDataProvider.ts",
"../../../../../../front_end/panels/timeline/TimelineFlameChartView.ts",
"../../../../../../front_end/panels/timeline/TimelineHistoryManager.ts",
"../../../../../../front_end/panels/timeline/TimelineLayersView.ts",
"../../../../../../front_end/panels/timeline/TimelineLoader.ts",
"../../../../../../front_end/panels/timeline/TimelineMiniMap.ts",
"../../../../../../front_end/panels/timeline/TimelinePaintProfilerView.ts",
"../../../../../../front_end/panels/timeline/TimelinePanel.ts",
"../../../../../../front_end/panels/timeline/TimelineSelection.ts",
"../../../../../../front_end/panels/timeline/TimelineTreeView.ts",
"../../../../../../front_end/panels/timeline/TimelineUIUtils.ts",
"../../../../../../front_end/panels/timeline/TimingsTrackAppender.ts",
"../../../../../../front_end/panels/timeline/UIDevtoolsController.ts",
"../../../../../../front_end/panels/timeline/UIDevtoolsUtils.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/host/bundle-tsconfig.json"
},
{
"path": "../../core/i18n/bundle-tsconfig.json"
},
{
"path": "../../generated/protocol-tsconfig.json"
},
{
"path": "../../models/cpu_profile/bundle-tsconfig.json"
},
{
"path": "../../models/extensions/bundle-tsconfig.json"
},
{
"path": "../../models/source_map_scopes/bundle-tsconfig.json"
},
{
"path": "../../models/timeline_model/bundle-tsconfig.json"
},
{
"path": "../../models/trace/bundle-tsconfig.json"
},
{
"path": "../coverage/bundle-tsconfig.json"
},
{
"path": "../layer_viewer/bundle-tsconfig.json"
},
{
"path": "../mobile_throttling/bundle-tsconfig.json"
},
{
"path": "../profiler/bundle-tsconfig.json"
},
{
"path": "../../ui/components/panel_feedback/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/components/data_grid/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/components/perf_ui/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/components/utils/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/theme_support/bundle-tsconfig.json"
},
{
"path": "../../ui/lit-html/bundle-tsconfig.json"
},
{
"path": "components/bundle-tsconfig.json"
}
]
}