@quick-game/cli
Version:
Command line interface for rapid qg development
106 lines • 3.79 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/profiler",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "profiler-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../front_end/panels/profiler/BottomUpProfileDataGrid.ts",
"../../../../../../front_end/panels/profiler/CPUProfileFlameChart.ts",
"../../../../../../front_end/panels/profiler/CPUProfileView.ts",
"../../../../../../front_end/panels/profiler/ChildrenProvider.ts",
"../../../../../../front_end/panels/profiler/HeapProfileView.ts",
"../../../../../../front_end/panels/profiler/HeapProfilerPanel.ts",
"../../../../../../front_end/panels/profiler/HeapSnapshotDataGrids.ts",
"../../../../../../front_end/panels/profiler/HeapSnapshotGridNodes.ts",
"../../../../../../front_end/panels/profiler/HeapSnapshotProxy.ts",
"../../../../../../front_end/panels/profiler/HeapSnapshotView.ts",
"../../../../../../front_end/panels/profiler/HeapTimelineOverview.ts",
"../../../../../../front_end/panels/profiler/IsolateSelector.ts",
"../../../../../../front_end/panels/profiler/LiveHeapProfileView.ts",
"../../../../../../front_end/panels/profiler/ModuleUIStrings.ts",
"../../../../../../front_end/panels/profiler/ProfileDataGrid.ts",
"../../../../../../front_end/panels/profiler/ProfileHeader.ts",
"../../../../../../front_end/panels/profiler/ProfileLauncherView.ts",
"../../../../../../front_end/panels/profiler/ProfileSidebarTreeElement.ts",
"../../../../../../front_end/panels/profiler/ProfileTypeRegistry.ts",
"../../../../../../front_end/panels/profiler/ProfileView.ts",
"../../../../../../front_end/panels/profiler/ProfilesPanel.ts",
"../../../../../../front_end/panels/profiler/TopDownProfileDataGrid.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/host/bundle-tsconfig.json"
},
{
"path": "../../core/i18n/bundle-tsconfig.json"
},
{
"path": "../../core/platform/bundle-tsconfig.json"
},
{
"path": "../../core/sdk/bundle-tsconfig.json"
},
{
"path": "../../models/bindings/bundle-tsconfig.json"
},
{
"path": "../../models/cpu_profile/bundle-tsconfig.json"
},
{
"path": "../../models/heap_snapshot_model/bundle-tsconfig.json"
},
{
"path": "../../models/workspace/bundle-tsconfig.json"
},
{
"path": "../settings/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/components/data_grid/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/components/object_ui/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/components/perf_ui/bundle-tsconfig.json"
},
{
"path": "../../ui/legacy/components/utils/bundle-tsconfig.json"
}
]
}