@quick-game/cli
Version:
Command line interface for rapid qg development
136 lines • 5.36 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/ui/legacy",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "ui-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../front_end/ui/legacy/ARIAUtils.ts",
"../../../../../../front_end/ui/legacy/ActionRegistration.ts",
"../../../../../../front_end/ui/legacy/ActionRegistry.ts",
"../../../../../../front_end/ui/legacy/Context.ts",
"../../../../../../front_end/ui/legacy/ContextFlavorListener.ts",
"../../../../../../front_end/ui/legacy/ContextMenu.ts",
"../../../../../../front_end/ui/legacy/Dialog.ts",
"../../../../../../front_end/ui/legacy/DockController.ts",
"../../../../../../front_end/ui/legacy/DropTarget.ts",
"../../../../../../front_end/ui/legacy/EmptyWidget.ts",
"../../../../../../front_end/ui/legacy/FilterBar.ts",
"../../../../../../front_end/ui/legacy/FilterSuggestionBuilder.ts",
"../../../../../../front_end/ui/legacy/ForwardedInputEventHandler.ts",
"../../../../../../front_end/ui/legacy/Fragment.ts",
"../../../../../../front_end/ui/legacy/Geometry.ts",
"../../../../../../front_end/ui/legacy/GlassPane.ts",
"../../../../../../front_end/ui/legacy/HistoryInput.ts",
"../../../../../../front_end/ui/legacy/Icon.ts",
"../../../../../../front_end/ui/legacy/Infobar.ts",
"../../../../../../front_end/ui/legacy/InplaceEditor.ts",
"../../../../../../front_end/ui/legacy/InspectorView.ts",
"../../../../../../front_end/ui/legacy/KeyboardShortcut.ts",
"../../../../../../front_end/ui/legacy/ListControl.ts",
"../../../../../../front_end/ui/legacy/ListModel.ts",
"../../../../../../front_end/ui/legacy/ListWidget.ts",
"../../../../../../front_end/ui/legacy/Panel.ts",
"../../../../../../front_end/ui/legacy/PopoverHelper.ts",
"../../../../../../front_end/ui/legacy/ProgressIndicator.ts",
"../../../../../../front_end/ui/legacy/RemoteDebuggingTerminatedScreen.ts",
"../../../../../../front_end/ui/legacy/ReportView.ts",
"../../../../../../front_end/ui/legacy/ResizerWidget.ts",
"../../../../../../front_end/ui/legacy/RootView.ts",
"../../../../../../front_end/ui/legacy/SearchableView.ts",
"../../../../../../front_end/ui/legacy/SettingsUI.ts",
"../../../../../../front_end/ui/legacy/ShortcutRegistry.ts",
"../../../../../../front_end/ui/legacy/SoftContextMenu.ts",
"../../../../../../front_end/ui/legacy/SoftDropDown.ts",
"../../../../../../front_end/ui/legacy/SplitWidget.ts",
"../../../../../../front_end/ui/legacy/SuggestBox.ts",
"../../../../../../front_end/ui/legacy/TabbedPane.ts",
"../../../../../../front_end/ui/legacy/TargetCrashedScreen.ts",
"../../../../../../front_end/ui/legacy/TextPrompt.ts",
"../../../../../../front_end/ui/legacy/ThrottledWidget.ts",
"../../../../../../front_end/ui/legacy/Toolbar.ts",
"../../../../../../front_end/ui/legacy/Tooltip.ts",
"../../../../../../front_end/ui/legacy/Treeoutline.ts",
"../../../../../../front_end/ui/legacy/UIUtils.ts",
"../../../../../../front_end/ui/legacy/View.ts",
"../../../../../../front_end/ui/legacy/ViewManager.ts",
"../../../../../../front_end/ui/legacy/ViewRegistration.ts",
"../../../../../../front_end/ui/legacy/Widget.ts",
"../../../../../../front_end/ui/legacy/XElement.ts",
"../../../../../../front_end/ui/legacy/XLink.ts",
"../../../../../../front_end/ui/legacy/XWidget.ts",
"../../../../../../front_end/ui/legacy/ZoomManager.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/dom_extension/bundle-tsconfig.json"
},
{
"path": "../../core/host/bundle-tsconfig.json"
},
{
"path": "../../core/i18n/bundle-tsconfig.json"
},
{
"path": "../../core/platform/bundle-tsconfig.json"
},
{
"path": "../../core/root/bundle-tsconfig.json"
},
{
"path": "../../core/sdk/bundle-tsconfig.json"
},
{
"path": "../../models/text_utils/bundle-tsconfig.json"
},
{
"path": "theme_support/bundle-tsconfig.json"
},
{
"path": "../components/helpers/bundle-tsconfig.json"
},
{
"path": "../components/icon_button/bundle-tsconfig.json"
},
{
"path": "../components/settings/bundle-tsconfig.json"
},
{
"path": "../lit-html/bundle-tsconfig.json"
},
{
"path": "utils/bundle-tsconfig.json"
}
]
}